https://github.com/hellokoding/restfulapi-springboot-springdatarest-mysql
RESTful API Example with Spring Boot, Spring Data REST and MySQL
https://github.com/hellokoding/restfulapi-springboot-springdatarest-mysql
java mysql restful-api spring-boot spring-data-jpa spring-data-rest
Last synced: 7 months ago
JSON representation
RESTful API Example with Spring Boot, Spring Data REST and MySQL
- Host: GitHub
- URL: https://github.com/hellokoding/restfulapi-springboot-springdatarest-mysql
- Owner: hellokoding
- Created: 2017-06-24T05:41:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T09:42:17.000Z (over 8 years ago)
- Last Synced: 2025-04-01T15:10:08.019Z (9 months ago)
- Topics: java, mysql, 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-and-mysql/
- Size: 3.91 KB
- Stars: 10
- Watchers: 2
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESTful API Example with Spring Boot, Spring Data REST 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`