gang0713 opened a new issue #8527:
URL: https://github.com/apache/dubbo/issues/8527
**注解中指定分组和在yaml中配置分组都无效**
版本信息:
<properties>
<java.version>1.8</java.version>
<spring-boot.version>2.3.12.RELEASE</spring-boot.version>
<dubbo.version>3.0.2</dubbo.version>
<nacos-client.version>2.0.3</nacos-client.version>
<spring-context-support.version>1.0.11</spring-context-support.version>
<nacos-spring-boot.version>0.2.10</nacos-spring-boot.version>
</properties>
生产端:

消费端

nacos控制台:

yaml中指定分组也无效:
dubbo:
application:
id: ${spring.application.name}
name: ${spring.application.name}
service-discovery:
migration: FORCE_APPLICATION
qos-enable: false
qos-accept-foreign-ip: false
registry:
file:
${user.home}/dubbo-cache/${spring.application.name}/${platform.service.group}/dubbo.cache
address: nacos://${nacos.host}:${nacos.port}
**group: dev**
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]