@Configuration
@ConditionalOnProperty(prefix="function.deployer",
name="enabled",
matchIfMissing=true)
@EnableConfigurationProperties
@Import(value=org.springframework.cloud.function.deployer.FunctionCreatorConfiguration.class)
public class FunctionDeployerConfiguration
extends Object
| Constructor and Description |
|---|
FunctionDeployerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader |
delegatingResourceLoader(org.springframework.cloud.deployer.resource.maven.MavenProperties mavenProperties) |
FunctionProperties |
functionProperties() |
org.springframework.cloud.deployer.resource.maven.MavenProperties |
mavenProperties() |
@Bean @ConfigurationProperties(value="maven") public org.springframework.cloud.deployer.resource.maven.MavenProperties mavenProperties()
@Bean @ConfigurationProperties(value="function") public FunctionProperties functionProperties()
@Bean @ConditionalOnMissingBean(value=org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader.class) public org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader delegatingResourceLoader(org.springframework.cloud.deployer.resource.maven.MavenProperties mavenProperties)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.