Uses of Class
org.springframework.boot.autoconfigure.batch.BatchProperties
Package
Description
Auto-configuration for Spring Batch.
-
Uses of BatchProperties in org.springframework.boot.autoconfigure.batch
Modifier and TypeMethodDescriptionBatchAutoConfiguration.jobLauncherApplicationRunner
(org.springframework.batch.core.launch.JobLauncher jobLauncher, org.springframework.batch.core.explore.JobExplorer jobExplorer, org.springframework.batch.core.repository.JobRepository jobRepository, BatchProperties properties) ModifierConstructorDescriptionprotected
BasicBatchConfigurer
(BatchProperties properties, DataSource dataSource, TransactionManagerCustomizers transactionManagerCustomizers) Create a newBasicBatchConfigurer
instance.protected
JpaBatchConfigurer
(BatchProperties properties, DataSource dataSource, TransactionManagerCustomizers transactionManagerCustomizers, EntityManagerFactory entityManagerFactory) Create a newBasicBatchConfigurer
instance.