@Component @ConfigurationProperties(prefix="seata.config.consul") public class ConfigConsulProperties extends Object
| Constructor and Description |
|---|
ConfigConsulProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAclToken() |
String |
getKey() |
String |
getServerAddr() |
ConfigConsulProperties |
setAclToken(String aclToken) |
ConfigConsulProperties |
setKey(String key) |
ConfigConsulProperties |
setServerAddr(String serverAddr) |
public String getServerAddr()
public ConfigConsulProperties setServerAddr(String serverAddr)
public String getKey()
public ConfigConsulProperties setKey(String key)
public String getAclToken()
public ConfigConsulProperties setAclToken(String aclToken)
Copyright © 2023 Seata. All rights reserved.