@Configuration @Import(value={CompletionConfiguration.class,FeaturesConfiguration.class,WebConfiguration.class,H2ServerConfiguration.class,org.springframework.cloud.dataflow.schema.service.SchemaServiceConfiguration.class,org.springframework.cloud.dataflow.aggregate.task.AggregateTaskConfiguration.class,AggregateDataFlowTaskConfiguration.class}) @EnableConfigurationProperties(value={org.springframework.boot.autoconfigure.batch.BatchProperties.class,CommonApplicationProperties.class}) @ComponentScan(basePackages={"org.springframework.cloud.dataflow.schema.service","org.springframework.cloud.dataflow.aggregate.task"}) public class DataFlowServerConfiguration extends Object
Constructor and Description |
---|
DataFlowServerConfiguration() |
Modifier and Type | Method and Description |
---|---|
AppRegistrationRepositoryCustom |
appRegistrationRepositoryCustom(javax.persistence.EntityManager entityManager) |
AuthenticationSuccessEventListener |
authenticationSuccessEventListener(org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService) |
DataFlowFlywayConfigurationCustomizer |
dataFlowFlywayConfigurationCustomizer() |
javax.servlet.Filter |
forwardedHeaderFilter() |
org.springframework.cloud.task.configuration.TaskProperties |
taskProperties() |
PlatformTransactionManager |
transactionManager(ObjectProvider<org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers> transactionManagerCustomizers) |
@Bean public DataFlowFlywayConfigurationCustomizer dataFlowFlywayConfigurationCustomizer()
@Bean public javax.servlet.Filter forwardedHeaderFilter()
@Bean @Primary public PlatformTransactionManager transactionManager(ObjectProvider<org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers> transactionManagerCustomizers)
@Bean public org.springframework.cloud.task.configuration.TaskProperties taskProperties()
@Bean public AuthenticationSuccessEventListener authenticationSuccessEventListener(org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService)
@Bean public AppRegistrationRepositoryCustom appRegistrationRepositoryCustom(javax.persistence.EntityManager entityManager)
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.