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 +} +