Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.89 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.89 KB

TiTi MigrationDB

티티 데이터베이스 마이그레이션 배치 모듈
티티 테스트 서버의 데이터베이스를 마이그레이션한다.

Jobs

JobName Description
migrationJob 티티 데이터베이스 마이그레이션

Getting Started

개발 환경

프로젝트 구성

└──🔹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