Skip to content

dimmyjr/spring-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Samples Spring Rest MVC and DATA REST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published