Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Documenting a Spring Data REST API with Springfox and Swagger

This repo contains some example code that exposes some Spring Data repositories via Spring Data REST and creates a documentation of that API using Springfox.

Companion Blog Post

The companion blog post with more details can be found here.

Running the application

Simply run gradlew bootrun on Windows or ./gradlew.sh bootrun on Unix.