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

add ACM test case

This commit is contained in:
flystar32
2019-02-28 14:21:42 +08:00
parent 986e529043
commit 34e6f75421
8 changed files with 467 additions and 96 deletions

View File

@@ -88,6 +88,10 @@ public class AcmIntegrationProperties {
this.activeProfiles = activeProfiles;
}
public String[] getActiveProfiles() {
return activeProfiles;
}
public void setAcmProperties(AcmProperties acmProperties) {
this.acmProperties = acmProperties;
}