ZuulApplication启动报错
来源:3-9 【注重理解】自定义网关过滤器的开发

天使也很坏
2019-04-01
问题描述:
如图
我看到老师没有配置spring.main.allow-bean-definition-overriding=true也没报错,是不是我哪里没注意到
写回答
3回答
-
天使也很坏
提问者
2019-04-01
已解决!原因是springboot版本过高,我之前是2.1.2.RELEASE,改成2.0.2.RELEASE完美解决。我怀疑是spring-cloud版本过低,具体原理不太清楚,希望老师解答
122019-04-03 -
天使也很坏
提问者
2019-04-01
补充:
No active profile set, falling back to default profiles: default
112019-04-01 -
平_常_心
2019-06-29
2.1.X版本可以将spring版本改成Greenwich.RELEASE
<spring-cloud.version>Greenwich.RELEASE</spring-cloud.version>
00