Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 469 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 469 Bytes

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.