@ConfigurationProperties(name="spring.redis") public static class RedisAutoConfiguration.RedisProperties extends Object
Constructor and Description |
---|
RedisAutoConfiguration.RedisProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
String |
getPassword() |
int |
getPort() |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setPort(int port) |
Copyright © 2013. All rights reserved.