This example application demonstrates the new features of Spring Boot 1.4 and is adapted from the Spring Boot Getting Started Guide.
The application is built with Gradle 3.0 and the resulting Build Scan explains the details of the build.
The application can be built and run by executing the command:
gradle build && java -jar build/libs/gs-spring-boot-1.4.1.jar
Once running, open a browser with URL localhost:8080
and other endpoints such as localhost:8080/info
, localhost:8080/health
, and localhost:8080/beans
. All available production-ready endpoints can be found here.
A custom HTTP 404 status code message will be diplayed with an endpoint such as localhost:8080/fred
.
Please don't hesitate to contact me at [email protected] for any questions.