spring-cloud-alibaba dubbo配置provider的group无效

fnatzsnv  于 2022-11-02  发布在  Spring
关注(0)|答案(5)|浏览(226)

我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
We recommend using English. If you are non-native English speaker, you can use the translation software.

Which Component

dubbo,nacos

Describe the bug

配置文件配置provider的group,在naocs注册中心还是DEFAULT_GROUP

Additional context

Add any other context about the problem here.
e.g. MacOS 、Java8 、 Version 2.1.0.RELEASE

bksxznpy

bksxznpy1#

Did you use Spring Cloud Registry Center?

If so, configure Nacos group:

spring.cloud.nacos.discovery.group=yourGroup
7gcisfzg

7gcisfzg3#

is not work in my project,and ide will tips cont resolve configure properties

watbbzwu

watbbzwu4#

is you mean namespace?my problem is provider group and version

z2acfund

z2acfund5#

is you mean namespace?my problem is provider group and version

group is supported now, but not release.

you can try it with master branch.

相关问题