mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
Merge remote-tracking branch 'remotes/origin/master'
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user