Minimal Spring Boot service for educational purposes
GET http://localhost:1080
POST http://localhost:1080/shutdown
http://localhost:1080/swagger-ui.html
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.