https://github.com/hellokoding/restfulapi-springdatarest-onetomany-mysql
RESTful API Example with Spring Boot, Spring Data REST, Spring Data JPA One To Many Relationship and MySQL
https://github.com/hellokoding/restfulapi-springdatarest-onetomany-mysql
java mysql one-to-many restful-api spring-boot spring-data-jpa spring-data-rest
Last synced: about 1 month ago
JSON representation
RESTful API Example with Spring Boot, Spring Data REST, Spring Data JPA One To Many Relationship and MySQL
- Host: GitHub
- URL: https://github.com/hellokoding/restfulapi-springdatarest-onetomany-mysql
- Owner: hellokoding
- Created: 2017-07-09T00:28:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T00:50:05.000Z (almost 8 years ago)
- Last Synced: 2025-04-01T15:09:59.407Z (3 months ago)
- Topics: java, mysql, one-to-many, restful-api, spring-boot, spring-data-jpa, spring-data-rest
- Language: Java
- Homepage: https://hellokoding.com/restful-api-example-with-spring-boot-spring-data-rest-one-to-many-relationship-and-mysql/
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESTful API Example with Spring Boot, Spring Data REST, Spring Data JPA One To Many Relationship and MySQL
## Guide
https://hellokoding.com/restful-api-example-with-spring-boot-spring-data-rest-one-to-many-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`