https://github.com/hellokoding/restfulapi-springdatarest-manytomany-extracolumns-mysql
RESTful API Example with Spring Data REST Many To Many Extra Columns Relationship and MySQL
https://github.com/hellokoding/restfulapi-springdatarest-manytomany-extracolumns-mysql
Last synced: about 1 year ago
JSON representation
RESTful API Example with Spring Data REST Many To Many Extra Columns Relationship and MySQL
- Host: GitHub
- URL: https://github.com/hellokoding/restfulapi-springdatarest-manytomany-extracolumns-mysql
- Owner: hellokoding
- Created: 2017-08-13T08:15:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T08:33:44.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T15:10:01.576Z (about 1 year ago)
- Language: Java
- Homepage: https://hellokoding.com/restful-api-example-with-spring-boot-spring-data-rest-spring-data-jpa-many-to-many-extra-columns-relationship-and-mysql/
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESTful API Example with Spring Boot, Spring Data REST Many To Many Extra Columns Relationship and MySQL
## Guide
https://hellokoding.com/restful-api-example-with-spring-boot-spring-data-rest-spring-data-jpa-many-to-many-extra-columns-relationship-and-mysql/
## Prerequisites
- JDK 1.7+
- Maven 3+
- MySQL 5.6+
## Stack
- Spring Boot
- Spring Data JPA
- Spring Data REST
- MySQL
## Run
`mvn clean spring-boot:run`