https://github.com/hellokoding/jpa-manytomany-extracolumns-springboot-maven-mysql
JPA Many-To-Many Extra Columns Relationship Mapping Example with Spring Boot, Maven and MySQL
https://github.com/hellokoding/jpa-manytomany-extracolumns-springboot-maven-mysql
java jpa many-to-many mysql spring-boot spring-data-jpa
Last synced: 4 months ago
JSON representation
JPA Many-To-Many Extra Columns Relationship Mapping Example with Spring Boot, Maven and MySQL
- Host: GitHub
- URL: https://github.com/hellokoding/jpa-manytomany-extracolumns-springboot-maven-mysql
- Owner: hellokoding
- License: mit
- Created: 2015-11-28T05:46:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T03:59:59.000Z (about 9 years ago)
- Last Synced: 2025-04-01T15:10:02.885Z (9 months ago)
- Topics: java, jpa, many-to-many, mysql, spring-boot, spring-data-jpa
- Language: Java
- Homepage: https://hellokoding.com/jpa-many-to-many-extra-columns-relationship-mapping-example-with-spring-boot-maven-and-mysql/
- Size: 222 KB
- Stars: 15
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JPA Many-To-Many Extra Columns Relationship Mapping Example with Spring Boot, Maven and MySQL
## Guide
https://hellokoding.com/jpa-many-to-many-extra-columns-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`