From 07523d19bdc5ca11a8a07f4cdca6dcd0f20962a4 Mon Sep 17 00:00:00 2001 From: Taeik Lim Date: Wed, 22 May 2024 23:41:22 +0900 Subject: [PATCH] Add README.md to modules Signed-off-by: Taeik Lim --- spring-batch-plus-kotlin/README.md | 4 ++++ spring-batch-plus/README.md | 3 +++ spring-boot-autoconfigure-batch-plus-kotlin/README.md | 3 +++ spring-boot-autoconfigure-batch-plus/README.md | 3 +++ spring-boot-starter-batch-plus-kotlin/README.md | 3 +++ spring-boot-starter-batch-plus/README.md | 3 +++ 6 files changed, 19 insertions(+) create mode 100644 spring-batch-plus-kotlin/README.md create mode 100644 spring-batch-plus/README.md create mode 100644 spring-boot-autoconfigure-batch-plus-kotlin/README.md create mode 100644 spring-boot-autoconfigure-batch-plus/README.md create mode 100644 spring-boot-starter-batch-plus-kotlin/README.md create mode 100644 spring-boot-starter-batch-plus/README.md diff --git a/spring-batch-plus-kotlin/README.md b/spring-batch-plus-kotlin/README.md new file mode 100644 index 00000000..1d01442f --- /dev/null +++ b/spring-batch-plus-kotlin/README.md @@ -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. diff --git a/spring-batch-plus/README.md b/spring-batch-plus/README.md new file mode 100644 index 00000000..8ec014e3 --- /dev/null +++ b/spring-batch-plus/README.md @@ -0,0 +1,3 @@ +# Spring Batch Plus Module + +- Provides java based features which are good to use with Spring Batch. diff --git a/spring-boot-autoconfigure-batch-plus-kotlin/README.md b/spring-boot-autoconfigure-batch-plus-kotlin/README.md new file mode 100644 index 00000000..81977e49 --- /dev/null +++ b/spring-boot-autoconfigure-batch-plus-kotlin/README.md @@ -0,0 +1,3 @@ +# Spring Boot AutoConfigure Batch Plus Kotlin Module + +- Provides Spring Boot Auto Configuration features for kotlin. diff --git a/spring-boot-autoconfigure-batch-plus/README.md b/spring-boot-autoconfigure-batch-plus/README.md new file mode 100644 index 00000000..0077fce7 --- /dev/null +++ b/spring-boot-autoconfigure-batch-plus/README.md @@ -0,0 +1,3 @@ +# Spring Boot AutoConfigure Batch Plus Module + +- Provides Spring Boot Auto Configuration features for java. diff --git a/spring-boot-starter-batch-plus-kotlin/README.md b/spring-boot-starter-batch-plus-kotlin/README.md new file mode 100644 index 00000000..56944c48 --- /dev/null +++ b/spring-boot-starter-batch-plus-kotlin/README.md @@ -0,0 +1,3 @@ +# Spring Boot Starter Batch Plus Kotlin Module + +- Provides Spring Batch Plus related dependencies for kotlin except for Spring Batch itself. diff --git a/spring-boot-starter-batch-plus/README.md b/spring-boot-starter-batch-plus/README.md new file mode 100644 index 00000000..2068c279 --- /dev/null +++ b/spring-boot-starter-batch-plus/README.md @@ -0,0 +1,3 @@ +# Spring Boot Starter Batch Plus Module + +- Provides Spring Batch Plus related dependencies for java except for Spring Batch itself.