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

https://github.com/valchanoficial/crudmysql

CRUD MySQL
https://github.com/valchanoficial/crudmysql

crud java java8 mysql spring-boot swagger

Last synced: 3 months ago
JSON representation

CRUD MySQL

Awesome Lists containing this project

README

          

# CRUD Spring Boot com MySQL

- [**Java 8**](https://www.oracle.com/technetwork/pt/java/javase/downloads/jdk8-downloads-2133151.html);
- [**MySQL**](https://www.mysql.com/);
- **POST**: /users
- **GET ALL**: /users/
- **GET**: /users/{id}
- **DELETE**: /users/{id}
- **PUT**: /users/{id}
- [**Swagger**](https://swagger.io/): /swagger-ui.html;