https://github.com/hellokoding/jpa-manytomany-springboot-hsql
JPA Many-To-Many Relationship Mapping Example with Spring Data JPA, Spring Boot
https://github.com/hellokoding/jpa-manytomany-springboot-hsql
java jpa many-to-many spring-boot spring-data-jpa
Last synced: about 1 month ago
JSON representation
JPA Many-To-Many Relationship Mapping Example with Spring Data JPA, Spring Boot
- Host: GitHub
- URL: https://github.com/hellokoding/jpa-manytomany-springboot-hsql
- Owner: hellokoding
- License: mit
- Created: 2016-07-04T08:36:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-11T03:36:12.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T15:10:15.636Z (3 months ago)
- Topics: java, jpa, many-to-many, spring-boot, spring-data-jpa
- Language: Java
- Homepage: https://hellokoding.com/jpa-many-to-many-relationship-mapping-example-with-spring-boot-hsql/
- Size: 3.91 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JPA Many-To-Many Relationship Example with Spring Data JPA, Spring Boot
## Guide
https://hellokoding.com/jpa-many-to-many-relationship-mapping-example-with-spring-boot-hsql/## What you'll need
- JDK 1.7 or later
- Maven 3 or later## Stack
- Spring Data JPA
- Spring Boot## Run
`mvn spring-boot:run`