https://getting-started-spring-boot.herokuapp.com/
The example application from the Spring Boot website: https://spring.io/guides/gs/spring-boot
mvn package && java -jar target/gs-spring-boot-0.1.0.jar
mvn test
mvn verify
Continuous Integration is on CircleCI: https://circleci.com/gh/johnboyes/gs-spring-boot
The app deploys automatically to Heroku via the CI/CD pipeline.
The app uses the Spring Cloud Config Server at https://gs-spring-cloud-config-server.herokuapp.com to fetch properties from https://github.com/johnboyes/gs-spring-cloud-config-git-storage
You can see the properties that are loaded by going to https://getting-started-spring-boot.herokuapp.com/actuator/env