@Configuration public class BaseConfiguration extends Object
| Constructor and Description |
|---|
BaseConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
dataSource() |
org.springframework.batch.core.explore.JobExplorer |
jobExplorer() |
org.springframework.batch.core.launch.JobLauncher |
jobLauncher() |
org.springframework.batch.core.launch.JobOperator |
jobOperator() |
org.springframework.batch.core.configuration.JobRegistry |
jobRegistry() |
org.springframework.batch.core.repository.JobRepository |
jobRepository() |
org.springframework.core.task.TaskExecutor |
taskExecutor() |
public org.springframework.batch.core.launch.JobOperator jobOperator()
public org.springframework.batch.core.explore.JobExplorer jobExplorer()
public org.springframework.batch.core.configuration.JobRegistry jobRegistry()
public org.springframework.batch.core.repository.JobRepository jobRepository()
public org.springframework.batch.core.launch.JobLauncher jobLauncher()
public DataSource dataSource()
public org.springframework.core.task.TaskExecutor taskExecutor()
Copyright © 2018 codecentric AG. All rights reserved.