Project: Ecom-Platform
Team: Order&Promotion
Target: Migration project from Monolithic to Microservice.
Attention:
for new schema & tables, Please use Flyway to finish sync and migration.
- create migration script in resources/db/migration
- run project to sync script into your local databse
- check database modification to make sure all changes sync
- run JOOQ-CodeGen to create DAO into project 5. Leverage created DAO finishing business reqirements