Minor cleanup

This commit is contained in:
Erik C. Thauvin 2023-10-23 04:56:29 -07:00
parent e6ba80aa22
commit dbe78c83a6
2 changed files with 2 additions and 4 deletions

1
.idea/misc.xml generated
View file

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="EntryPointsManager"> <component name="EntryPointsManager">
<entry_points version="2.0"> <entry_points version="2.0">

View file

@ -1,6 +1,6 @@
# RIFE2 Spring Boot Example # Spring Boot Example for [b<span style="color:orange">l</span>d](https://rife2.com/bld)
Based on the Spring Guides' [Sping Boot](https://github.com/spring-guides/gs-spring-boot) web application example. Based on the Spring Guides' Spring Boot web application example. Please be sure to read the [guide](https://github.com/spring-guides/gs-spring-boot) to a sampling of how Spring Boot can help you accelerate application development
## Run the Application ## Run the Application
@ -19,7 +19,6 @@ curl localhost:8080
To access the web application services: To access the web application services:
``` ```
curl localhost:8880/
curl localhost:8080/actuator/health curl localhost:8080/actuator/health
curl localhost:8080/actuator/info curl localhost:8080/actuator/info
curl localhost:8080/actuator/shutdown curl localhost:8080/actuator/shutdown