https://github.com/hellokoding/jpa-onetomany-springboot-hsql
JPA One-To-Many Relationship Mapping Example with Spring Data JPA, Spring Boot
https://github.com/hellokoding/jpa-onetomany-springboot-hsql
java jpa one-to-many spring-boot spring-data-jpa
Last synced: 5 months ago
JSON representation
JPA One-To-Many Relationship Mapping Example with Spring Data JPA, Spring Boot
- Host: GitHub
- URL: https://github.com/hellokoding/jpa-onetomany-springboot-hsql
- Owner: hellokoding
- License: mit
- Created: 2016-07-04T07:50:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-13T03:45:19.000Z (about 9 years ago)
- Last Synced: 2025-04-01T15:10:09.491Z (6 months ago)
- Topics: java, jpa, one-to-many, spring-boot, spring-data-jpa
- Language: Java
- Homepage: https://hellokoding.com/jpa-one-to-many-relationship-mapping-example-with-spring-boot-hsql/
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JPA One to Many Relationship Example with Spring Data JPA, Spring Boot
## Guide
https://hellokoding.com/jpa-one-to-many-relationship-mapping-example-with-spring-boot-hsql/## Prerequisites
- JDK 1.7 or later
- Maven 3 or later## Stack
- Spring Data JPA
- Spring Boot## Run
`mvn spring-boot:run`