refactored gradle project structure

This commit is contained in:
Tom Hombergs
2018-01-08 22:32:52 +01:00
parent 387d9a5711
commit 2c775cdaa2
222 changed files with 12 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
# Handling associations between entities with Spring Data Rest
This repo contains some example code that exposes some Spring Data repositories
via Spring Data REST to show how to handle relationships between JPA entities
via the REST API.
## Companion Blog Post
The companion blog post with more details can be found [here](https://reflectoring.io/relations-with-spring-data-rest/).
## Running the application
Simply run `gradlew bootrun` on Windows or `./gradlew.sh bootrun` on Unix.