microservices-reference-application
microservices-reference-application copied to clipboard
Implement Order Service
trafficstars
Order service implementation
- Create
servicepackage for service layer - Create
repositorypackage for repository layer - DB schema design(mostly 1 or 2 table)
- Configure
liquibaseto 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
Hi @pavanchakravartula , can you divide this task to chunks so that we can pick and work independently for closure.