REST server for pub management application
For building and running the application you need:
mvn spring-boot:run
Api endpoints are available at localhost:8088/swagger-ui.html
- Swagger - Documentation & Testing
models
— to hold our entities;repositories
— to communicate with the database;services
— to hold our business logic;security
— security configuration;controllers
— to listen to the client;