Spring Boot Example Web Application for bld https://github.com/rife2/spring-boot-bld-example
Find a file
2023-10-23 05:00:48 -07:00
.idea Minor cleanup 2023-10-23 04:56:29 -07:00
.vscode Reworked to use the Spring Guides' Spring Boot web application example 2023-10-22 22:06:49 -07:00
lib/bld Initial commit 2023-10-22 18:32:14 -07:00
src Fixed test running 2023-10-23 04:33:23 -07:00
.gitignore Initial commit 2023-10-22 18:32:14 -07:00
bld Reworked to use the Spring Guides' Spring Boot web application example 2023-10-22 22:06:49 -07:00
bld.bat Reworked to use the Spring Guides' Spring Boot web application example 2023-10-22 22:06:49 -07:00
README.md Renamed project to spring-boot-bld 2023-10-23 05:00:48 -07:00

Spring Boot Example for bld

Based on the Spring Guides' Spring Boot web application example. Please be sure to read the guide for 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