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

Polish alibaba/spring-cloud-alibaba#1739 : Sync the Dubbo from master

This commit is contained in:
mercyblitz
2020-09-18 17:03:51 +08:00
parent 26243c801d
commit a1f4ab0c4d
2 changed files with 1 additions and 4 deletions

View File

@@ -104,6 +104,7 @@ public class NacosDataSourceFactoryBean implements FactoryBean<NacosDataSource>
public void setPassword(String password) {
this.password = password;
}
public String getGroupId() {
return groupId;
}