https://github.com/jonashackt/restexamples
Playing around with Spring Boot and REST
https://github.com/jonashackt/restexamples
gitlab-ci rest spring-boot
Last synced: about 1 year ago
JSON representation
Playing around with Spring Boot and REST
- Host: GitHub
- URL: https://github.com/jonashackt/restexamples
- Owner: jonashackt
- License: mit
- Created: 2015-11-30T07:30:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T12:11:20.000Z (over 1 year ago)
- Last Synced: 2025-03-10T13:24:33.913Z (over 1 year ago)
- Topics: gitlab-ci, rest, spring-boot
- Language: Java
- Homepage: https://github.com/jonashackt/restexamples-k8s-config
- Size: 58.6 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# restexamples
[](https://github.com/jonashackt/restexamples/actions)
[](https://github.com/jonashackt/restexamples/blob/master/LICENSE)
[](https://renovatebot.com)
Just playing around with REST
### Swagger REST-API-Documentation
Start the app and go to [http://localhost:8080/v2/api-docs](http://localhost:8080/v2/api-docs) to see all endpoints as JSON.
UI-Documentation you will find under [http://localhost:8080/swagger-ui.html](http://localhost:8080/swagger-ui.html).