apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.5k stars 26.43k forks source link

Why dubbo 2.7.7 version use spring.application.name but <dubbo:application name="" />? #6653

Open yuxiao97 opened 4 years ago

yuxiao97 commented 4 years ago

Steps to reproduce this issue

  1. Use dubbo-spring-boot-starter 2.7.7
  2. Set spring.application.name in application.properties
  3. Use dubbo xml config:

Why dubbo-admin use step2 name not step3 name when step2 and step3 not same?

ppzzyy11 commented 4 years ago

Code priority

yuxiao97 commented 4 years ago

Code priority

Even if encoding is the priority, it should be the closest configuration.