https://github.com/hellokoding/restfulapi-springdatarest-manytomany-mysql
RESTful API Example with Spring Data REST Many To Many Relationship and MySQL
https://github.com/hellokoding/restfulapi-springdatarest-manytomany-mysql
Last synced: 7 months ago
JSON representation
RESTful API Example with Spring Data REST Many To Many Relationship and MySQL
- Host: GitHub
- URL: https://github.com/hellokoding/restfulapi-springdatarest-manytomany-mysql
- Owner: hellokoding
- Created: 2017-07-13T23:42:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T23:45:56.000Z (over 8 years ago)
- Last Synced: 2025-04-01T15:10:10.434Z (9 months ago)
- Language: Java
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- 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 Relationship and MySQL
## Guide
https://hellokoding.com/restful-api-example-with-spring-boot-spring-data-rest-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`