Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gustavoestevesr/parking-spot-control-service

Serviço para Controle de Vagas de Estacionamento com Spring MVC, Spring Data JPA, Spring Security e Spring Validation para a criação de uma API com Pageable, métodos getAll, getOne, post, delete, update e Global Custom Date.
https://github.com/gustavoestevesr/parking-spot-control-service

java spring spring-boot spring-data-jpa spring-mvc spring-security spring-validation

Last synced: about 1 month ago
JSON representation

Serviço para Controle de Vagas de Estacionamento com Spring MVC, Spring Data JPA, Spring Security e Spring Validation para a criação de uma API com Pageable, métodos getAll, getOne, post, delete, update e Global Custom Date.

Awesome Lists containing this project

README

        

# parking-spot-control-api

Recursos:
- Sprig Boot
- Spring MVC
- Spring Data JPA
- Spring Validation
- Spring Security: Basic Auth - No Config, In Memory e With Database
- API com métodos: getAll, getOne, Post, Delete, Update, Pageable, e Global Custom Date.

Preparação Ambiente:
- JDK 17
- Maven
- Postman
- PgAdmin (Postgres)
- IDE (VSCode)