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

https://github.com/itgoyo/springmysql

个人自学SpringBoot项目代码
https://github.com/itgoyo/springmysql

spring spring-boot

Last synced: about 2 months ago
JSON representation

个人自学SpringBoot项目代码

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"}]