错误描述
java.lang.NoSuchMethodError: org.springframework.boot.builder.SpringApplicationBuilder.<init>
错误原因
Spring boot和Spring Cloud的版本不兼容

Springboot与Spring Cloud版本的兼容关系

Spring boot Spring Cloud
Finchley 兼容Spring Boot 2.0.x,不兼容Spring Boot 1.5.x
Dalston和Edgware 兼容Spring Boot 1.5.x,不兼容Spring Boot 2.0.x
Camden 兼容Spring Boot 1.4.x,兼容Spring Boot 1.5.x

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2021-12-27
  • 2022-01-02
  • 2022-02-16
猜你喜欢
  • 2021-07-16
  • 2021-05-14
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2021-09-08
相关资源
相似解决方案