File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,9 @@ DB接続設定やCSVのカラム定義を業務仕様に合わせて変更する
37
37
- ** Spring Batch Framework** : Streamlined job and step management.
38
38
- ** JOOQ ORM** : SQL-like query writing and entity generation, eliminating boilerplate code.
39
39
- ** OpenCSV Integration** : Hassle-free CSV file handling.
40
- - ** Multi-Database Support** : H2 for metadata management and MySQL for business data.
41
-
40
+ - ** Multi-Database Support** :
41
+ - H2 In-Memory Database: Used for batch metadata management.
42
+ - MySQL Database: Used for business data processing.
42
43
### ⚙️ Flexibility and Optimization
43
44
- ** Dynamic Configurations** : Environment-specific setups with profiles (local/server).
44
45
- ** Customizable Batches** : Execute multiple jobs within a single JAR by passing runtime arguments.
You can’t perform that action at this time.
0 commit comments