https://github.com/hellokoding/jpa-onetoone-foreignkey-springboot-hsql
JPA One-To-One Foreign Key Relationship Mapping Example with Spring Data JPA, Spring Boot
https://github.com/hellokoding/jpa-onetoone-foreignkey-springboot-hsql
java jpa one-to-one spring-boot spring-data-jpa
Last synced: about 1 month ago
JSON representation
JPA One-To-One Foreign Key Relationship Mapping Example with Spring Data JPA, Spring Boot
- Host: GitHub
- URL: https://github.com/hellokoding/jpa-onetoone-foreignkey-springboot-hsql
- Owner: hellokoding
- License: mit
- Created: 2016-07-04T06:55:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-11T03:33:52.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T15:10:01.798Z (3 months ago)
- Topics: java, jpa, one-to-one, spring-boot, spring-data-jpa
- Language: Java
- Homepage: https://hellokoding.com/jpa-one-to-one-foreign-key-relationship-mapping-example-with-spring-boot-hsql/
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JPA One-To-One Foreign Key Relationship Mapping Example with Spring Data JPA, Spring Boot
## Guide
https://hellokoding.com/jpa-one-to-one-foreignkey-relationship-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`