Skip to content

Commit be7db64

Browse files
fix: README
1 parent ded5149 commit be7db64

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.ja.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The English version of the README can be found [here](README.md).
2323
- **CSV to DB バッチ**: CSVデータをMySQLに効率的にインポートします。バルク処理とエラーハンドリング機能を備えています。
2424

2525
### ♻️ 再利用性
26-
このキットは非常に柔軟で、データベース接続設定を変更し、CSVのカラム定義を業務要件に合わせるだけで、すぐにプロジェクトに利用できます
26+
データベース接続設定やCSVのカラム定義を業務要件に合わせて変更するだけで、すぐにプロジェクトに適用できます
2727

2828
---
2929

@@ -50,6 +50,7 @@ The English version of the README can be found [here](README.md).
5050
- **スケルトンバッチフレームワーク**: バッチジョブを迅速に開発できる事前設定されたテンプレート。
5151
- **Docker環境設定**: ローカルのMySQLデータベースを簡単にセットアップできる`compose.yaml`ファイルを提供。
5252
- **CI/CD**: Github Actions で 継続的インテグレーションと継続的デリバリーを実現。
53+
- **デフォルトタスク**: Gradleのデフォルトタスクでビルド、テスト、品質チェックを一度に実行し、実行可能なSpring Boot JARファイルが生成されるため、開発プロセスを簡素化。Gradleの設定を変更する必要はありません。
5354

5455
---
5556

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ This kit is highly adaptable. By simply updating the database connection setting
5151
- **Skeleton Batch Framework**: A pre-configured template for quickly developing batch jobs.
5252
- **Docker Environment Setup**: Provides a `compose.yaml` file to easily set up a local MySQL database.
5353
- **CI/CD**: Achieve Continuous Integration and Continuous Delivery with Github Actions.
54+
- **Default Tasks**: The default Gradle tasks execute build, tests, and quality checks all at once, simplifying the development process. The final result is a runnable Spring Boot JAR file, with no need to modify the Gradle configuration.
5455

56+
5557
---
5658

5759
## 🗂️ Project Structure

0 commit comments

Comments
 (0)