An open API service indexing awesome lists of open source software.

https://github.com/jamf/spring-boot-example

Minimal Spring Boot service for educational purposes
https://github.com/jamf/spring-boot-example

Last synced: over 1 year ago
JSON representation

Minimal Spring Boot service for educational purposes

Awesome Lists containing this project

README

          

# spring-boot-example
Minimal Spring Boot service for educational purposes

#### Exposes two endpoints:
`GET http://localhost:1080`
`POST http://localhost:1080/shutdown`

#### Swagger
`http://localhost:1080/swagger-ui.html`


### Deployment
Maven `install` prepares the folder to distribute in `target/dist`. Copy this folder contents to the server.
To start the service run `java -cp 'lib/*' com.zecops.example.ExampleApplication`
Logs should appear in `log` folder.