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: about 1 month 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 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T03:45:10.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T15:10:02.871Z (3 months 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`