出现这个问题是springboot和springcloud的版本不匹配。
我此处使用了springboot 2.0.4.RELEASE,springcloud 使用了Finchley.SR2。
修改方法是将springboot 版本改为 2.1.1RELEASE。