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のカラム定義を業務仕様に合わせて変更する
3737- ** Spring Batch Framework** : Streamlined job and step management.
3838- ** JOOQ ORM** : SQL-like query writing and entity generation, eliminating boilerplate code.
3939- ** 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.
4243### ⚙️ Flexibility and Optimization
4344- ** Dynamic Configurations** : Environment-specific setups with profiles (local/server).
4445- ** 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