Skip to content

Refactor API Controller - 'Code First Approach'

Thulasi Dass Subramanian requested to merge az/td-code-first-api into master

Issue: osdu/platform/system/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

Merge request reports