@Configuration @AutoConfigureBefore(value=org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration.class) @ConditionalOnBean(value=org.springframework.cloud.dataflow.server.config.EnableDataFlowServerConfiguration.Marker.class) @Import(value=DataFlowServerConfiguration.class) @ConditionalOnProperty(prefix="dataflow.server", name="enabled", havingValue="true", matchIfMissing=true) public class DataFlowServerAutoConfiguration extends Object
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.