티티 데이터베이스 마이그레이션 배치 모듈
티티 테스트 서버의 데이터베이스를 마이그레이션한다.
JobName | Description |
---|---|
migrationJob | 티티 데이터베이스 마이그레이션 |
└──🔹migration-db
└──📂src/main/java/com/titi/migrationdb
│ ├── 📂batch
│ │ ├── 📂config
│ │ ├── 📂job
│ │ ├── 📂service
│ │ ├── 📂step
│ │ └── 📂task
│ └── 📂infra
│ │ └── 📂db
│ │ │ ├── 📂local // Batch execution and batch metadata management
│ │ │ │ ├── 📂config
│ │ │ └── 📂titi
│ │ │ │ ├── 📂entity // TITI entity
│ │ │ │ ├── 📂source // Migration source
│ │ │ │ │ ├── 📂config
│ │ │ │ │ └── 📂repository
│ │ │ │ └── 📂destination // Migration destination
│ │ │ │ │ ├── 📂config
│ │ │ │ │ └── 📂repository