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

dubbo-spring-boot-project中springboot的版本太低了,跟2.0.0的不兼容 #31

Closed gaoshili closed 6 years ago

gaoshili commented 6 years ago

from springboot version 2.0.0 after there is a big update,I hope that dubbo can be combined with the latest version, now I modify the source code 1.3.0 changed to 2.0.0 inside, but deleted some monitoring code inside,there will be a problem?

mercyblitz commented 6 years ago

The auto-configure is compatible with Spring Boot 2.0.0 , Dubbo starter may provide two versions for Spring Boot 1.x and 2.x

qct commented 6 years ago

The auto-configure is compatible with Spring Boot 2.0.0 , Dubbo starter may provide two versions for Spring Boot 1.x and 2.x

Totally agree. We need two branch to keep track with spring boot, like 1.x and 2.x, besides, I also think we should update the versions of dependency very often.

Since spring boot 2.0.0.RC1 has been released today, maybe it's time to start Dubbo spring starter 2.0.0.