Spring Boot Example Web Application for bld https://github.com/rife2/spring-boot-bld-example
Find a file
2023-10-23 04:33:46 -07:00
.idea Minor cleanup 2023-10-22 22:15:40 -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 Added a README 2023-10-23 04:33:46 -07:00

RIFE2 Spring Boot Example

Based on the Spring Guides' Sping Boot web application example.

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:8880/
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