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

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

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`