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

[GitHub] [incubator-dubbo-spring-boot-project] adriancole opened issue #321: default dubbo.application.name to spring.application.name

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--
```

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/321 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo-spring-boot-project] mercyblitz closed issue #321: default dubbo.application.name to spring.application.name

Posted by "mercyblitz (GitHub)" <gi...@apache.org>.
[ issue closed by mercyblitz ]

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/321 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo-spring-boot-project] mercyblitz commented on issue #321: default dubbo.application.name to spring.application.name

Posted by "mercyblitz (GitHub)" <gi...@apache.org>.
Ok, it's reasonable.

[ Full content available at: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/321 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org