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>
   
   生产端:
   
![image](https://user-images.githubusercontent.com/1773414/129680341-a2d4da85-a55d-46b2-a5fa-8677c2274468.png)
   
   
   消费端
   
![image](https://user-images.githubusercontent.com/1773414/129680081-c4409417-0a0a-4a7c-9fb3-904f07b02f33.png)
   
   nacos控制台:
   
![image](https://user-images.githubusercontent.com/1773414/129680657-edacb8af-7825-45cf-996a-5cd60fcc4e56.png)
   
   
   
   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]

Reply via email to