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:06:32 +08:00
parent c300ffbbc6
commit 81cd7b9f10
3 changed files with 8 additions and 4 deletions

View File

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