/spring-rest

Samples Spring Rest MVC and DATA REST

Primary LanguageJava

SPRING REST

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.

Frameworks:

  • Spring Boot
  • Spring Data
  • Spring Data REST
  • Swagger
  • Validation
  • Lombok
  • Jackson
  • H2 Database

Build

Use the package manager maven to build.

mvn clean install

Run

To run this project.

mvn spring-boot:run

SHOW SERVICES CATALOG

http://localhost:8080/swagger-ui.html#/

Contributing

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.

License

MIT