@Configuration @ConditionalOnClass(value=org.springframework.cloud.deployer.resource.maven.MavenResourceLoader.class) public static class ResourceLoadingAutoConfiguration.MavenResourceLoadingAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResourceLoadingAutoConfiguration.MavenResourceLoadingAutoConfiguration.MavenConfigurationProperties |
Constructor and Description |
---|
MavenResourceLoadingAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader |
delegatingResourceLoader(org.springframework.cloud.deployer.resource.maven.MavenResourceLoader mavenResourceLoader) |
org.springframework.cloud.deployer.resource.maven.MavenProperties |
mavenProperties() |
org.springframework.cloud.deployer.resource.maven.MavenResourceLoader |
mavenResourceLoader(org.springframework.cloud.deployer.resource.maven.MavenProperties mavenProperties) |
public MavenResourceLoadingAutoConfiguration()
@Bean public org.springframework.cloud.deployer.resource.maven.MavenResourceLoader mavenResourceLoader(org.springframework.cloud.deployer.resource.maven.MavenProperties mavenProperties)
@Bean @ConditionalOnMissingBean public org.springframework.cloud.deployer.resource.support.DelegatingResourceLoader delegatingResourceLoader(org.springframework.cloud.deployer.resource.maven.MavenResourceLoader mavenResourceLoader)
@Bean public org.springframework.cloud.deployer.resource.maven.MavenProperties mavenProperties()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.