From 3bcb5160139f25bb9a2d93411572d2c224cdcdc4 Mon Sep 17 00:00:00 2001 From: kimjihun Date: Thu, 1 Aug 2024 00:32:42 +0900 Subject: [PATCH] =?UTF-8?q?*=20=EB=B0=B0=EC=B9=98=203=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/example/springbatch/batch/ThirdBatch.java | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/java/com/example/springbatch/batch/ThirdBatch.java diff --git a/src/main/java/com/example/springbatch/batch/ThirdBatch.java b/src/main/java/com/example/springbatch/batch/ThirdBatch.java new file mode 100644 index 0000000..5272880 --- /dev/null +++ b/src/main/java/com/example/springbatch/batch/ThirdBatch.java @@ -0,0 +1,10 @@ +package com.example.springbatch.batch; + +import org.springframework.context.annotation.Configuration; + +@Configuration +public class ThirdBatch { + + //https://github.com/spring-projects/spring-batch/tree/main/spring-batch-samples/src/main/java/org/springframework/batch/samples +} +