Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonashackt/restexamples
Playing around with Spring Boot and REST
https://github.com/jonashackt/restexamples
gitlab-ci rest spring-boot
Last synced: 23 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T14:55:35.000Z (26 days ago)
- Last Synced: 2024-10-25T19:23:26.075Z (25 days ago)
- Topics: gitlab-ci, rest, spring-boot
- Language: Java
- Homepage: https://github.com/jonashackt/restexamples-k8s-config
- Size: 58.6 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# restexamples
[![Build Status](https://github.com/jonashackt/restexamples/workflows/build/badge.svg)](https://github.com/jonashackt/restexamples/actions)
[![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/jonashackt/restexamples/blob/master/LICENSE)
[![renovateenabled](https://img.shields.io/badge/renovate-enabled-yellow)](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).