Skip to content

Commit

Permalink
Add README.md to modules
Browse files Browse the repository at this point in the history
Signed-off-by: Taeik Lim <[email protected]>
  • Loading branch information
acktsap authored May 22, 2024
1 parent 38ce9bf commit 07523d1
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spring-batch-plus-kotlin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Spring Batch Plus Kotlin Module

- Provides kotlin based features which are good to use with Spring Batch.
- Provides kotlin extension for `spring-batch-plus` module.
3 changes: 3 additions & 0 deletions spring-batch-plus/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Spring Batch Plus Module

- Provides java based features which are good to use with Spring Batch.
3 changes: 3 additions & 0 deletions spring-boot-autoconfigure-batch-plus-kotlin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Spring Boot AutoConfigure Batch Plus Kotlin Module

- Provides Spring Boot Auto Configuration features for kotlin.
3 changes: 3 additions & 0 deletions spring-boot-autoconfigure-batch-plus/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Spring Boot AutoConfigure Batch Plus Module

- Provides Spring Boot Auto Configuration features for java.
3 changes: 3 additions & 0 deletions spring-boot-starter-batch-plus-kotlin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Spring Boot Starter Batch Plus Kotlin Module

- Provides Spring Batch Plus related dependencies for kotlin except for Spring Batch itself.
3 changes: 3 additions & 0 deletions spring-boot-starter-batch-plus/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Spring Boot Starter Batch Plus Module

- Provides Spring Batch Plus related dependencies for java except for Spring Batch itself.

0 comments on commit 07523d1

Please sign in to comment.