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
- Host: GitHub
- URL: https://github.com/valchanoficial/crudmysql
- Owner: ValchanOficial
- Created: 2019-07-18T02:30:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T17:12:29.000Z (almost 2 years ago)
- Last Synced: 2025-07-20T22:36:15.696Z (about 1 year ago)
- Topics: crud, java, java8, mysql, spring-boot, swagger
- Language: Java
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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;