apache / dubbo-spring-boot-project

Spring Boot Project for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
5.41k stars 1.88k forks source link

how to compile the dubbo-spring-boot-project-0.2.0? #96

Closed tinnkm closed 6 years ago

tinnkm commented 6 years ago

why can't find the type of AbstractDubboConfigBinder ?

suclogger commented 6 years ago

You have to compile and local install dubbo 2.5.11 from @mercyblitz 's repository : https://github.com/mercyblitz/dubbo/tree/2.5.11 first.

tinnkm commented 6 years ago

i will try,thanks!

neesonqk commented 6 years ago

I've compiled 0.2.0 and uploaded here.

dubbo-spring-boot-starter-0.2.0.zip

mercyblitz commented 6 years ago

@neesonqk thanks