We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b594b1 commit 3aa182dCopy full SHA for 3aa182d
spring-boot-batch/src/main/java/com/stacktips/app/batch/SpringBatchConfig.java
@@ -14,6 +14,7 @@
14
import org.springframework.batch.item.database.JpaItemWriter;
15
import org.springframework.batch.item.file.FlatFileItemReader;
16
import org.springframework.batch.item.file.builder.FlatFileItemReaderBuilder;
17
+import org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper;
18
import org.springframework.context.annotation.Bean;
19
import org.springframework.context.annotation.Configuration;
20
import org.springframework.core.io.ClassPathResource;
0 commit comments