microservices-reference-application icon indicating copy to clipboard operation
microservices-reference-application copied to clipboard

Implement Order Service

Open tapas4java opened this issue 4 years ago • 1 comments
trafficstars

Order service implementation

  • Create service package for service layer
  • Create repository package for repository layer
  • DB schema design(mostly 1 or 2 table)
  • Configure liquibase to automate DB schema changes
  • Think if Caching mechanism required for this
  • Write unit test cases
  • Configure different spring profiles for different deployment target
  • Different application configuration for different environment
  • Connect to Postgres database

tapas4java avatar Dec 21 '20 10:12 tapas4java

Hi @pavanchakravartula , can you divide this task to chunks so that we can pick and work independently for closure.

sreekanthvaripalli avatar Jan 18 '21 16:01 sreekanthvaripalli