Рассмотрите возможность определения компонента типа ‘io.ipl.amaresh.data.JobCompletionNotificationListener» в вашей конфигурации. Боб не мог быть найден в этом
#java #spring #spring-boot #javabeans #spring-annotations Вопрос: Мой класс конфигурации package io.ipl.amaresh.ipldashboard.data; import javax.sql.DataSource; import org.springframework.batch.core.Job; import org.springframework.batch.core.Step; import org.springframework.batch.core.configuration.annotation.EnableBatchProcessing; import org.springframework.batch.core.configuration.annotation.JobBuilderFactory; import org.springframework.batch.core.configuration.annotation.StepBuilderFactory; import org.springframework.batch.core.launch.support.RunIdIncrementer; import org.springframework.batch.item.database.BeanPropertyItemSqlParameterSourceProvider; import org.springframework.batch.item.database.JdbcBatchItemWriter; import…