Skip to content

Commit 4f9425c

Browse files
Update README.md
1 parent 981e3f6 commit 4f9425c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@ Spring Batch3 Starter - Accelerate Your Spring Boot 3 Batch Development🚀
99

1010
## Overview / 概要
1111

12-
This repository is a Spring Batch Starter Kit tailored for Spring Boot 3. It simplifies batch job development with the latest Spring Batch 5 features, ensuring compatibility with Spring Boot 3. Whether you’re upgrading from Spring Boot 2 or starting fresh, this project equips you to leverage the enhanced capabilities of Spring Batch.
12+
This repository serves as a Spring Batch Starter Kit, specifically tailored for Spring Boot 3 and Spring Batch 5. It streamlines batch job development by leveraging the latest features and ensuring full compatibility with Spring Boot 3. Whether you’re upgrading from Spring Boot 2 or starting a new project, this starter kit enables you to harness the enhanced capabilities of Spring Batch with ease.
1313

14-
このリポジトリは Spring Boot 3 および Spring Batch 5 の最新機能を活用して、バッチ処理の開発を効率化するためのスターターキットです。
15-
Spring Boot 2からの移行、または新規開発において、最新のバッチ処理フレームワークをすぐに使い始めることができます。
14+
このリポジトリは、Spring Boot 3 と Spring Batch 5 の最新機能を活用して、バッチ処理開発を効率化するためのスターターキットです。動作する事が保証されたテンプレート上に業務ロジックを追加するだけで、簡単にバッチ処理を構築できます。Spring Boot 2 からの移行や新規プロジェクトにおいて、すぐに最新のバッチフレームワークを活用できます。
1615

1716
### Key Highlights
1817
- **Skeleton Batch Framework**: Quickly develop custom batch jobs with minimal setup.
19-
- **DB to CSV Batch**: Export data from MySQL to CSV files seamlessly.
20-
- **CSV to DB Batch**: Import CSV data into MySQL efficiently.
18+
- **DB to CSV Batch**: Export data from MySQL to CSV files seamlessly, with runtime arguments for dynamic WHERE clauses and flexible output configurations.
19+
- **CSV to DB Batch**: Import CSV data into MySQL efficiently with bulk operations and error handling.
2120

2221
### 主な特徴
23-
- **スケルトンバッチ**: 業務ロジックを追加するだけでバッチを簡単に構築可能
24-
- **DB to CSVバッチ**: MySQLからCSVファイルへのデータ出力します。where句を実行時引数で指定可能
22+
- **スケルトンバッチ**: 業務ロジックを追加するだけでバッチを簡単に構築する事が可能です
23+
- **DB to CSVバッチ**: MySQLからCSVファイルへデータを出力します。where句を実行時引数で指定する事が可能です
2524
- **CSV to DBバッチ**: CSVデータをMySQLにバルクで登録します。
2625

2726
---

0 commit comments

Comments
 (0)