Skip to content

mrtnfchs/spring-boot-weather-webapp

Repository files navigation

Spring Boot Weather WebApp

Maven clean install

mvn clean install -DskipTests

Docker image

docker build -t spectrum/spring-boot-weather-webapp .
docker run --detach --name spring-boot-weather-webapp -p 5000:8080 spectrum/spring-boot-weather-webapp

API-endpoint test

curl -s http://localhost:5000/api/weather/now/Belgium/Bilzen | jq .

Test application: http://localhost:5000/

Deploy to Kubernetes

kubectl apply -f k8-spring-boot-weather-webapp.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published