API RESTful com CRUD, utilizando Spring Boot, Data, devtools, Security, H2database e jwt.
https://github.com/msvieiraweb/store-api
- Clonar repositório.
- Importar em alguma IDE, ex:(STR).
- Executar com Spring Boot App
GET, POST, PUT e DELETE
- http://localhost:8080/categorias/
- http://localhost:8080/categorias/{id}
- http://localhost:8080/clientes/
- http://localhost:8080/clientes/{id}
GET e POST
GET