Skip to content

Commit 14d6a7a

Browse files
Update README.md
1 parent b70e550 commit 14d6a7a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)