This project aims to become the reference architecture for the development of "services" and "microservices". In it are gathered ways of working with Spring that serves as the main framework. SWAGGER is also used to catalog services.
The application is based on bankslip management. CREATING, LISTING, PAYING AND CANCELLING.
- Spring Boot
- Spring Data
- Spring Data REST
- Swagger
- Validation
- Lombok
- Jackson
- H2 Database
Use the package manager maven to build.
mvn clean install
To run this project.
mvn spring-boot:run
http://localhost:8080/swagger-ui.html#/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.