Added a README
This commit is contained in:
parent
081b8ef559
commit
e6ba80aa22
1 changed files with 34 additions and 0 deletions
34
README.md
Normal file
34
README.md
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# RIFE2 Spring Boot Example
|
||||||
|
|
||||||
|
Based on the Spring Guides' [Sping Boot](https://github.com/spring-guides/gs-spring-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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue