https://github.com/hellokoding/jpa-onetoone-sharedprimarykey-springboot-hsql
JPA One to One Shared Primary Key Relationship Example with Spring Data JPA, Spring Boot
https://github.com/hellokoding/jpa-onetoone-sharedprimarykey-springboot-hsql
Last synced: 3 months ago
JSON representation
JPA One to One Shared Primary Key Relationship Example with Spring Data JPA, Spring Boot
- Host: GitHub
- URL: https://github.com/hellokoding/jpa-onetoone-sharedprimarykey-springboot-hsql
- Owner: hellokoding
- License: mit
- Created: 2016-07-04T07:14:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T03:38:03.000Z (almost 9 years ago)
- Last Synced: 2025-01-19T13:15:27.276Z (5 months ago)
- Language: Java
- Homepage: https://hellokoding.com/jpa-one-to-one-shared-primary-key-relationship-mapping-example-with-spring-boot-hsql/
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JPA One to One Shared Primary Key Relationship Example with Spring Boot, HSQL
## Guide
https://hellokoding.com/jpa-one-to-one-shared-primary-key-relationship-mapping-example-with-spring-boot-hsql/## What you'll need
- JDK 1.7 or later
- Maven 3 or later## Stack
- Spring Data JPA
- Spring Boot## Run
`mvn spring-boot:run`