1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

update docs

This commit is contained in:
fangjian0423
2019-07-29 14:45:52 +08:00
parent e5deb0835a
commit 04434bf977
27 changed files with 697 additions and 378 deletions

View File

@@ -53,7 +53,7 @@ public class NacosConfigProperties {
.getLogger(NacosConfigProperties.class);
/**
* nacos config server address
* nacos config server address.
*/
private String serverAddr;
@@ -68,7 +68,7 @@ public class NacosConfigProperties {
private String group = "DEFAULT_GROUP";
/**
* nacos config dataId prefix
* nacos config dataId prefix.
*/
private String prefix;
/**
@@ -108,10 +108,13 @@ public class NacosConfigProperties {
private String contextPath;
/**
* nacos config cluster name
* nacos config cluster name.
*/
private String clusterName;
/**
* nacos config dataId name.
*/
private String name;
/**