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
- Host: GitHub
- URL: https://github.com/jamf/spring-boot-example
- Owner: jamf
- Created: 2021-04-26T16:04:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T08:40:30.000Z (over 1 year ago)
- Last Synced: 2025-01-31T07:29:40.731Z (over 1 year ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
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.