You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/12/10 01:23:03 UTC

[GitHub] adriancole opened a new issue #321: default dubbo.application.name to spring.application.name

adriancole opened a new issue #321: default dubbo.application.name to spring.application.name
URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/321
 
 
   It feels like extra work to redundantly add dubbo.application.name as same as spring.application.name. I didn't have to do this in the other dubbo plugin. Can you please default it to the spring name?
   
   Extra work makes dubbo feel cluttered, and we want dubbo to feel easy as possible.
   
   ```java
     public static void main(String[] args) {
       SpringApplication.run(Backend.class,
           "--spring.application.name=backend",
           // Dubbo does not inherit the application name, so you have to repeat it
           "--dubbo.application.name=backend",
   --snip--
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org