Uses of Class
org.springframework.cloud.config.server.config.ConfigServerProperties
-
-
Uses of ConfigServerProperties in org.springframework.cloud.config.server.config
Methods in org.springframework.cloud.config.server.config with parameters of type ConfigServerProperties Modifier and Type Method Description CompositeEnvironmentRepositoryCompositeConfiguration. compositeEnvironmentRepository(List<EnvironmentRepository> environmentRepos, ConfigServerProperties properties)ResourceRepositoryResourceRepositoryConfiguration. resourceRepository(SearchPathLocator service, ConfigServerProperties properties)SearchPathCompositeEnvironmentRepositoryCompositeConfiguration. searchPathCompositeEnvironmentRepository(List<EnvironmentRepository> environmentRepos, ConfigServerProperties properties) -
Uses of ConfigServerProperties in org.springframework.cloud.config.server.environment
Constructors in org.springframework.cloud.config.server.environment with parameters of type ConfigServerProperties Constructor Description AwsParameterStoreEnvironmentRepository(com.amazonaws.services.simplesystemsmanagement.AWSSimpleSystemsManagement awsSsmClient, ConfigServerProperties configServerProperties, AwsParameterStoreEnvironmentProperties environmentProperties)AwsParameterStoreEnvironmentRepositoryFactory(ConfigServerProperties configServerProperties)AwsS3EnvironmentRepository(com.amazonaws.services.s3.AmazonS3 s3Client, String bucketName, ConfigServerProperties server)AwsS3EnvironmentRepositoryFactory(ConfigServerProperties server)AwsSecretsManagerEnvironmentRepository(com.amazonaws.services.secretsmanager.AWSSecretsManager awsSmClient, ConfigServerProperties configServerProperties, AwsSecretsManagerEnvironmentProperties environmentProperties)AwsSecretsManagerEnvironmentRepositoryFactory(ConfigServerProperties configServerProperties)MultipleJGitEnvironmentRepositoryFactory(org.springframework.core.env.ConfigurableEnvironment environment, ConfigServerProperties server, Optional<ConfigurableHttpConnectionFactory> connectionFactory, TransportConfigCallbackFactory transportConfigCallbackFactory)Deprecated.MultipleJGitEnvironmentRepositoryFactory(org.springframework.core.env.ConfigurableEnvironment environment, ConfigServerProperties server, Optional<ConfigurableHttpConnectionFactory> connectionFactory, TransportConfigCallbackFactory transportConfigCallbackFactory, GitCredentialsProviderFactory gitCredentialsProviderFactory)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) -
Uses of ConfigServerProperties in org.springframework.cloud.config.server.resource
Constructors in org.springframework.cloud.config.server.resource with parameters of type ConfigServerProperties Constructor Description GenericResourceRepository(SearchPathLocator service, ConfigServerProperties properties)
-