Package | Description |
---|---|
org.springframework.cloud.config.server.config | |
org.springframework.cloud.config.server.environment |
Modifier and Type | Method and Description |
---|---|
EnvironmentController |
ConfigServerMvcConfiguration.environmentController(EnvironmentRepository envRepository,
ConfigServerProperties server) |
ResourceController |
ConfigServerMvcConfiguration.resourceController(ResourceRepository repository,
EnvironmentRepository envRepository,
ConfigServerProperties server) |
void |
CompositeConfiguration.setProperties(ConfigServerProperties properties) |
Constructor and Description |
---|
AwsS3EnvironmentRepository(com.amazonaws.services.s3.AmazonS3 s3Client,
String bucketName,
ConfigServerProperties server) |
AwsS3EnvironmentRepositoryFactory(ConfigServerProperties server) |
MultipleJGitEnvironmentRepositoryFactory(org.springframework.core.env.ConfigurableEnvironment environment,
ConfigServerProperties server,
Optional<ConfigurableHttpConnectionFactory> connectionFactory,
TransportConfigCallbackFactory transportConfigCallbackFactory) |
MultipleJGitEnvironmentRepositoryFactory(org.springframework.core.env.ConfigurableEnvironment environment,
ConfigServerProperties server,
TransportConfigCallbackFactory transportConfigCallbackFactory)
Deprecated.
|
NativeEnvironmentRepositoryFactory(org.springframework.core.env.ConfigurableEnvironment environment,
ConfigServerProperties properties) |
SvnEnvironmentRepositoryFactory(org.springframework.core.env.ConfigurableEnvironment environment,
ConfigServerProperties server) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.