az/st code first approach
- ADR : storage#160
- Segregated 'API' & 'Controller' Layers.
- API will have contract, definitions & OpenAPI documentation
- Controller will implement the API contract with clean code. It will have only '@RestController' annotation
Edited by Thulasi Dass Subramanian