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

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

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`