spring|spring boot 2.0采坑纪实-(1)

spring boot2 和spring cloud 进行结合使用的时候有以下错误
【spring|spring boot 2.0采坑纪实-(1)】
org.springframework.boot.builder.SpringApplicationBuilder.([Ljava/lang/Object; )V
如果你搜索这个错误的话,大多是提示你,有包冲突,可是什么冲突,无从下手,百度说实话不好使,不如google,我推荐google,技术问题问google,欢迎google回来。
在这里 给了很好的大概提示
https://github.com/spring-projects/spring-boot/issues/12403
spring|spring boot 2.0采坑纪实-(1)
文章图片


在这里
https://github.com/spring-cloud/spring-cloud-kubernetes/issues/124
回答了 2.0 版本不兼容
spring|spring boot 2.0采坑纪实-(1)
文章图片

在这里
https://github.com/spring-cloud/spring-cloud-config/issues/836
spring|spring boot 2.0采坑纪实-(1)
文章图片


spring|spring boot 2.0采坑纪实-(1)
文章图片


其实大多数情况下是 版本不兼容的问题,或者需要编译插件进行协调。解决问题有千万种办法,祝你成功!

    推荐阅读