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:
@@ -88,6 +88,10 @@ public class AcmIntegrationProperties {
|
||||
this.activeProfiles = activeProfiles;
|
||||
}
|
||||
|
||||
public String[] getActiveProfiles() {
|
||||
return activeProfiles;
|
||||
}
|
||||
|
||||
public void setAcmProperties(AcmProperties acmProperties) {
|
||||
this.acmProperties = acmProperties;
|
||||
}
|
||||
|
Reference in New Issue
Block a user