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