An open API service indexing awesome lists of open source software.

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

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`