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

spring版本冲突 java.lang.AbstractMethodError: org.springframework.boot.context.config.ConfigFileApplicationListener.supportsSourceType(Ljava/lang/Class;)Z #570

Closed 5kywa1ker closed 5 years ago

5kywa1ker commented 5 years ago

spring boot 版本 2.1.4.RELEASE dubbo 版本 2.6.5 spring cloud 版本 Greenwich.SR1 dubbo-dependencies-bom中的4.3.16.RELEASE 而 spring boot中的spring version 是5.1.6.RELEASE 启动直接报错 image

5kywa1ker commented 5 years ago

已解决

shuaicj commented 5 years ago

@5kywa1ker 请问如何解决的,是降级spring-boot版本,还是在dubbo中exclude spring-context?

5kywa1ker commented 5 years ago

@5kywa1ker 请问如何解决的,是降级spring-boot版本,还是在dubbo中exclude spring-context?

在dependencyManagement中引入spring-boot-starter-parent的pom依赖,项目不要从spring-boot-starter-parent继承。dependencyManagement里面的pom中版本的优先级比parent继承的优先级高。