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

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

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`