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

fix test case

This commit is contained in:
flystar32
2018-12-19 22:08:29 +08:00
parent fa1c5f614f
commit b263e6f998
3 changed files with 8 additions and 4 deletions

View File

@@ -243,6 +243,10 @@ public class NacosConfigProperties {
return name;
}
public void setName(String name) {
this.name = name;
}
public String[] getActiveProfiles() {
return activeProfiles;
}