[GitHub] [dubbo] bq-xiao commented on issue #5041: No matter how I set it, the version is always 0.0.0

2019-09-19 Thread GitHub
> I have a demo locally. It works fine. > Do you have a demo git repository link? @sonymoon Yes, i init a pubic repository, you can reference this link: [dubbo-demo](https://github.com/bq-xiao/dubbo-demo) And, i reference this guideline

[GitHub] [dubbo] bq-xiao commented on issue #5041: No matter how I set it, the version is always 0.0.0

2019-09-10 Thread GitHub
**the same issue:** Env: ``` maven: org.apache.dubbo dubbo-spring-boot-starter 2.7.3 OS: windows10 JDK:1.8 ``` 1.Provider source code: ``` @Service(version = "demo", interfaceClass = HelloWorldService.class) public class HelloWorldServiceImpl implements