@EnableHypermediaSupport(type=HAL)
@Configuration
@Import(value={CompletionConfiguration.class,FeaturesConfiguration.class,WebConfiguration.class})
@EnableConfigurationProperties(value={org.springframework.boot.autoconfigure.batch.BatchProperties.class,CommonApplicationProperties.class})
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() |
org.springframework.transaction.PlatformTransactionManager |
transactionManager(org.springframework.beans.factory.ObjectProvider<org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers> transactionManagerCustomizers) |
@Bean public DataFlowFlywayConfigurationCustomizer dataFlowFlywayConfigurationCustomizer()
@Bean public javax.servlet.Filter forwardedHeaderFilter()
@Bean @Primary public org.springframework.transaction.PlatformTransactionManager transactionManager(org.springframework.beans.factory.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 © 2021 Pivotal Software, Inc.. All rights reserved.