Skip to content

Minimal Spring Boot service for educational purposes

Notifications You must be signed in to change notification settings

jamf/spring-boot-example

Repository files navigation

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.

About

Minimal Spring Boot service for educational purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages