https://github.com/itgoyo/springmysql
个人自学SpringBoot项目代码
https://github.com/itgoyo/springmysql
spring spring-boot
Last synced: about 2 months ago
JSON representation
个人自学SpringBoot项目代码
- Host: GitHub
- URL: https://github.com/itgoyo/springmysql
- Owner: itgoyo
- Created: 2018-12-29T09:21:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T09:22:43.000Z (over 7 years ago)
- Last Synced: 2025-01-08T08:41:15.970Z (over 1 year ago)
- Topics: spring, spring-boot
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST SERVICE - Spring + MySQL
> /demo/add?name=First&email=someemail@someemailprovider.com - adds row to DB MySQL
Saved
> /demo/all - get all from DB MySQL
[{"id":1,"name":"First","email":"someemail@someemailprovider.com"}]