@ConfigurationProperties(prefix="app.redis") @Deprecated public class RedisProperties extends Object
| Constructor and Description |
|---|
RedisProperties()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Deprecated.
|
Integer |
getMaxActive()
Deprecated.
|
String |
getPassword()
Deprecated.
|
Integer |
getPort()
Deprecated.
|
String |
parseServer()
Deprecated.
|
void |
setHost(String host)
Deprecated.
|
void |
setMaxActive(Integer maxActive)
Deprecated.
|
void |
setPassword(String password)
Deprecated.
|
void |
setPort(Integer port)
Deprecated.
|
public String getHost()
public void setHost(String host)
public Integer getPort()
public void setPort(Integer port)
public String getPassword()
public void setPassword(String password)
public Integer getMaxActive()
public void setMaxActive(Integer maxActive)
public String parseServer()
Copyright © 2018–2020. All rights reserved.