You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-81Lines changed: 1 addition & 81 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,90 +77,10 @@ cd skeletonBatch
77
77
java -jar build/libs/skeletonBatch-*.jar
78
78
```
79
79
80
-
### 4. Set up the MySQL database for DB and CSV batch
81
-
```shell# Spring Batch3 Starter - Accelerate Your Spring Boot 3 Batch Development🚀
82
-
83
-
## Overview / 概要
84
-
85
-
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.
86
-
87
-
このリポジトリは Spring Boot 3 および Spring Batch 5 の最新機能を活用して、バッチ処理の開発を効率化するためのスターターキットです。
88
-
Spring Boot 2からの移行、または新規開発において、最新のバッチ処理フレームワークをすぐに使い始めることができます。
89
-
90
-
### Key Highlights
91
-
- **Skeleton Batch Framework**: Quickly develop custom batch jobs with minimal setup.
92
-
- **DB to CSV Batch**: Export data from MySQL to CSV files seamlessly.
93
-
- **CSV to DB Batch**: Import CSV data into MySQL efficiently.
94
-
95
-
### 主な特徴
96
-
- **スケルトンバッチ**: 業務ロジックを追加するだけでバッチを簡単に構築可能。
97
-
- **DB to CSVバッチ**: MySQLからCSVファイルへのデータ出力します。where句を実行時引数で指定可能。
98
-
- **CSV to DBバッチ**: CSVデータをMySQLにバルクで登録します。
99
-
100
-
---
101
-
102
-
## 💡 Key Features / 特徴
103
-
104
-
### 🚀 Batch Development Made Simple
105
-
- **Spring Batch Framework**: Streamlined job and step management.
0 commit comments