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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to