refactored gradle project structure
This commit is contained in:
12
spring-data/spring-data-rest-springfox/README.md
Normal file
12
spring-data/spring-data-rest-springfox/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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](https://reflectoring.io/documenting-spring-data-rest-api-with-springfox/).
|
||||
|
||||
## Running the application
|
||||
|
||||
Simply run `gradlew bootrun` on Windows or `./gradlew.sh bootrun` on Unix.
|
||||
Reference in New Issue
Block a user