/springboot-swagger-sample

A spring boot swagger for Java REST client and server.

Primary LanguageJava

Spring Boot REST API Sample

Build Status

The project contains a simple Java REST API server and client. The API is defined with a swagger definition see sample-api.yaml. The server and client is generate by using the swagger code generator. The server is based on Spring web MVC and the client is based on Netflix feign.

Build and Run

To generate the REST server and client and to run the demo (test case) invoke: mvn clean install.