启动gateway报错
Posted dalianpai
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了启动gateway报错相关的知识,希望对你有一定的参考价值。
**********************************************************
Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway at this time. Please remove spring-boot-starter-web dependency.
**********************************************************
原因:
因为springclougateway的内部是通过netty + webflux实现的,webflux是和springmvc有冲突的,由于父项目中有web,需要移除掉
去除以后就可以启动成功了
以上是关于启动gateway报错的主要内容,如果未能解决你的问题,请参考以下文章
spring cloud gateway 报错 Unable to find GatewayFilterFactory with name