未来就是现在的延续,过去就是完成的现在

ClassNotFoundException: integration.config.HandlerMethod

原因是spring cloud 和 spring boot版本不兼容导致

以下是版本对应关系:

Spring Boot      Spring Cloud
1.2.x            Angel版本
1.3.x          Brixton版本
1.4.x         Camden版本
1.5.x         Dalston版本、Edgware版本
2.0.x         Finchley版本

参看原文:https://blog.csdn.net/stloven5/article/details/78285541 

我的解决方法:spring boot 2.0.0 对应 spring cloud  Finchley.SR1

posted @ 2019-04-01 17:42  lzj123  阅读(133)  评论(0编辑  收藏  举报