Skip to content

az/st code first approach

sagar thapa requested to merge az/st-code-first-approach into master
  • 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 sagar thapa

Merge request reports