https://github.com/hellokoding/jpa-onetoone-foreignkey-springboot-maven-mysql
JPA One-To-One Foreign Key Relationship Mapping Example with Spring Boot, Maven and MySQL
https://github.com/hellokoding/jpa-onetoone-foreignkey-springboot-maven-mysql
java jpa mysql one-to-one spring-boot
Last synced: 3 months ago
JSON representation
JPA One-To-One Foreign Key Relationship Mapping Example with Spring Boot, Maven and MySQL
- Host: GitHub
- URL: https://github.com/hellokoding/jpa-onetoone-foreignkey-springboot-maven-mysql
- Owner: hellokoding
- License: mit
- Created: 2015-10-04T00:39:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T03:45:10.000Z (almost 10 years ago)
- Last Synced: 2025-05-13T01:37:40.989Z (about 1 year ago)
- Topics: java, jpa, mysql, one-to-one, spring-boot
- Language: Java
- Homepage: https://hellokoding.com/jpa-one-to-one-foreignkey-relationship-example-with-spring-boot-maven-and-mysql/
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JPA One-To-One Foreign Key Relationship Mapping Example with Spring Boot, Maven and MySQL
## Guide
https://hellokoding.com/jpa-one-to-one-foreignkey-relationship-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`