alibaba / dubbo-spring-boot-starter

Dubbo Spring Boot Starter
Apache License 2.0
2.1k stars 745 forks source link

default spring.dubbo.appname=${spring.application.name} #69

Closed codefromthecrypt closed 6 years ago

codefromthecrypt commented 6 years ago

In the goal of least configuration, let's please default the following: spring.dubbo.appname=${spring.application.name}

It is less boilerplate for those running single service processes