https://github.com/hendisantika/spring-boot-rest-swagger-example
A Simple spring boot app service example using Swagger API
https://github.com/hendisantika/spring-boot-rest-swagger-example
Last synced: 2 months ago
JSON representation
A Simple spring boot app service example using Swagger API
- Host: GitHub
- URL: https://github.com/hendisantika/spring-boot-rest-swagger-example
- Owner: hendisantika
- Created: 2017-09-02T15:42:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T02:53:43.000Z (2 months ago)
- Last Synced: 2025-04-11T03:36:02.100Z (2 months ago)
- Language: Java
- Size: 390 KB
- Stars: 6
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot REST Swagger Example
### Spring boot example with REST and spring data JPA
### Endpoints
|Method | Url | Description |
|-------| ------- | ----------- |
|GET| /info | info / heartbeat - provided by boot |
|GET| /health | application health - provided by boot|
|GET| /v2/api-docs| swagger json|
|GET|/swagger-ui.html| swagger html|
|GET|/v1/person/{id}| get person by id|
|GET|/v1/persons| get N persons with an offset|
|PUT|/v1/person| add / update person|Screenshot
