springboot集成springcloud,启动时报错java.lang.AbstractMethodError: null

出现这个问题是springboot和springcloud的版本不匹配。

我此处使用了springboot 2.0.4.RELEASE,springcloud 使用了Finchley.SR2。

修改方法是将springboot 版本改为 2.1.1RELEASE。

原文地址:https://www.cnblogs.com/xiangxinhouse/p/11510048.html