@Configuration public class RedisConfig extends Object
| 构造器和说明 |
|---|
RedisConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMaxIdle() |
String |
getMaxTotal() |
String |
getMaxWaitMillis() |
String |
getPassword() |
String |
getPort() |
String |
getServerURL() |
String |
getTestOnReturn() |
String |
getTestWhileIdle() |
String |
getTimeout() |
void |
setMaxIdle(String maxIdle) |
void |
setMaxTotal(String maxTotal) |
void |
setMaxWaitMillis(String maxWaitMillis) |
void |
setPassword(String password) |
void |
setPort(String port) |
void |
setServerURL(String serverURL) |
void |
setTestOnReturn(String testOnReturn) |
void |
setTestWhileIdle(String testWhileIdle) |
void |
setTimeout(String timeout) |
public String getServerURL()
public void setServerURL(String serverURL)
public String getPort()
public void setPort(String port)
public String getPassword()
public void setPassword(String password)
public String getMaxTotal()
public void setMaxTotal(String maxTotal)
public String getMaxIdle()
public void setMaxIdle(String maxIdle)
public String getMaxWaitMillis()
public void setMaxWaitMillis(String maxWaitMillis)
public String getTestOnReturn()
public void setTestOnReturn(String testOnReturn)
public String getTestWhileIdle()
public void setTestWhileIdle(String testWhileIdle)
public String getTimeout()
public void setTimeout(String timeout)
Copyright © 2025 onecode. All rights reserved.