* 배치 3 완료
This commit is contained in:
10
src/main/java/com/example/springbatch/batch/ThirdBatch.java
Normal file
10
src/main/java/com/example/springbatch/batch/ThirdBatch.java
Normal file
@@ -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
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user