refactored gradle project structure
This commit is contained in:
13
spring-data/spring-data-rest-associations/README.md
Normal file
13
spring-data/spring-data-rest-associations/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user