Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).