Merge remote-tracking branch 'remotes/origin/master'

This commit is contained in:
zhangdaiscott 2023-04-17 13:32:49 +08:00
commit 96586517bd
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ public class GatewayRoutersConfig {
this.dataId = dataId + ".json"; this.dataId = dataId + ".json";
} }
@Value("${jeecg.route.config.group:DEFAULT_GROUP:#{null}}") @Value("${spring.cloud.nacos.config.group:DEFAULT_GROUP:#{null}}")
public void setRouteGroup(String routeGroup) { public void setRouteGroup(String routeGroup) {
this.routeGroup = routeGroup; this.routeGroup = routeGroup;
} }
@ -43,7 +43,7 @@ public class GatewayRoutersConfig {
this.serverAddr = serverAddr; this.serverAddr = serverAddr;
} }
@Value("${spring.cloud.nacos.discovery.namespace:#{null}}") @Value("${spring.cloud.nacos.config.namespace:#{null}}")
public void setNamespace(String namespace) { public void setNamespace(String namespace) {
this.namespace = namespace; this.namespace = namespace;
} }