https://github.com/hellokoding/jpa-onetoone-sharedprimarykey-springboot-maven-mysql
JPA One-To-One Shared Primary Key Relationship Mapping Example with Spring Boot, Maven and MySQL
https://github.com/hellokoding/jpa-onetoone-sharedprimarykey-springboot-maven-mysql
java jpa mysql one-to-one spring-boot
Last synced: 7 months ago
JSON representation
JPA One-To-One Shared Primary Key Relationship Mapping Example with Spring Boot, Maven and MySQL
- Host: GitHub
- URL: https://github.com/hellokoding/jpa-onetoone-sharedprimarykey-springboot-maven-mysql
- Owner: hellokoding
- License: mit
- Created: 2015-10-17T14:58:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T03:44:21.000Z (over 9 years ago)
- Last Synced: 2025-03-15T20:22:15.131Z (9 months ago)
- Topics: java, jpa, mysql, one-to-one, spring-boot
- Language: Java
- Homepage: https://hellokoding.com/jpa-one-to-one-shared-primary-key-relationship-mapping-example-with-spring-boot-maven-and-mysql/
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 10
- 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, Maven, and MySQL
## Guide
https://hellokoding.com/jpa-one-to-one-shared-primary-key-relationship-mapping-example-with-spring-boot-maven-and-mysql/
## Prerequisites
- JDK 1.8 or later
- Maven 3 or later
- MySQL 5.6 or later
## Stack
- Spring Data JPA
- Spring Boot
- MySQL
## Run
`mvn spring-boot:run`