| Package | Description |
|---|---|
| dmv.spring.demo |
Application root level package
|
| dmv.spring.demo.apidocs |
Swagger (API documenting tool) related configuration
|
| dmv.spring.demo.init |
Application initialization steps
|
| dmv.spring.demo.model.entity |
Persistence layer entities
|
| dmv.spring.demo.model.entity.apidocs |
Swagger (API documenting tool) for entities
|
| dmv.spring.demo.model.entity.security |
Security related entities
|
| dmv.spring.demo.model.entity.sqlfields |
SQL columns names collected in one place
|
| dmv.spring.demo.model.exceptions |
Persistence layer exceptions
|
| dmv.spring.demo.model.repository |
Persistence layer interfaces
|
| dmv.spring.demo.model.repository.jdbc |
JDBC implementors of Persistence layer interfaces
|
| dmv.spring.demo.model.repository.jdbc.sql |
SQL queries collection
|
| dmv.spring.demo.rest.controller |
Rest Controller
|
| dmv.spring.demo.rest.controller.apidocs |
Swagger (API documenting tool) at Controller level
|
| dmv.spring.demo.rest.exceptionhandler |
RESTful services exceptions handlers
|
| dmv.spring.demo.rest.representation |
DTO or entity representational objects
|
| dmv.spring.demo.rest.representation.assembler |
DTO assemblers
|
| dmv.spring.demo.security |
Security layer package
|
| dmv.spring.demo.util |
Application utilities
|