Uses of Class
org.springframework.cloud.config.server.environment.RedisEnvironmentProperties
-
Packages that use RedisEnvironmentProperties Package Description org.springframework.cloud.config.server.environment -
-
Uses of RedisEnvironmentProperties in org.springframework.cloud.config.server.environment
Methods in org.springframework.cloud.config.server.environment with parameters of type RedisEnvironmentProperties Modifier and Type Method Description RedisEnvironmentRepositoryRedisEnvironmentRepositoryFactory. build(RedisEnvironmentProperties environmentProperties)Constructors in org.springframework.cloud.config.server.environment with parameters of type RedisEnvironmentProperties Constructor Description RedisEnvironmentRepository(org.springframework.data.redis.core.StringRedisTemplate redis, RedisEnvironmentProperties properties)
-