- Model
The model class maps the account table.
- Repository
The repository class is an interface that extends JPARepository.
- Service
The service class is the business rule logic.
- Controller
The controller class contains the CRUD operations: list, add, update and delete
- Configuration: setting to embed the swagger in spring Boot
http://localhost:8080/swagger-ui.html