Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benevanio/restspring
Rest API com Spring Boot e MYSQL
https://github.com/benevanio/restspring
api api-gateway api-rest databases mysql mysql-database relational-databases schema server-side serverless spring-boot sql
Last synced: about 1 month ago
JSON representation
Rest API com Spring Boot e MYSQL
- Host: GitHub
- URL: https://github.com/benevanio/restspring
- Owner: Benevanio
- Created: 2023-04-22T16:11:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-25T23:04:28.000Z (over 1 year ago)
- Last Synced: 2024-09-26T01:41:31.265Z (3 months ago)
- Topics: api, api-gateway, api-rest, databases, mysql, mysql-database, relational-databases, schema, server-side, serverless, spring-boot, sql
- Language: Java
- Homepage:
- Size: 15.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rest Spring:
Esta é uma api Rest Utilizando a linguagem de programação java e o framework Spring boot.## Referência
- [API DOCS](https://docs.spring.io/spring-framework/docs/current/javadoc-api/)
## Documentação da API
#### Retorna todos os itens
```http
GET /api
```| Parâmetro | Tipo | Descrição |
| :---------- | :--------- | :---------------------------------- |
| `@GetMapping("/api/count")` | `string` | **Obrigatório**.Esta rota não possui chave obrigatória|#### Retorna um item
```http
GET /api/{codigo}
```| Parâmetro | Tipo | Descrição |
| :---------- | :--------- | :------------------------------------------ |
| `id` | `string` | **Obrigatório**. O ID do item que você quer |## Autores
- [@benetesla](https://github.com/benetesla)
## Licença
[MIT](https://choosealicense.com/licenses/mit/)
## Stack utilizada
**Back-end:** ![Spring_Boot](https://img.shields.io/badge/Spring_Boot-F2F4F9?style=for-the-badge&logo=spring-boot)
![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white)
![MYSQL](https://img.shields.io/badge/MySQL-005C84?style=for-the-badge&logo=mysql&logoColor=white)