spring-boot-bld-example/README.md
2023-10-23 04:56:29 -07:00

775 B

Spring Boot Example for bld

Based on the Spring Guides' Spring Boot web application example. Please be sure to read the guide to a sampling of how Spring Boot can help you accelerate application development

Run the Application

To run the web application, issue the following command:

./bld run

To access the web application, issue the follow command:

curl localhost:8080

To access the web application services:

curl localhost:8080/actuator/health
curl localhost:8080/actuator/info
curl localhost:8080/actuator/shutdown

Test the Application

To run the web application tests, issue the following command:

./bld test