问题描述,在启动Gateway的时候报错,原因是项目间接引用了SpringMVC依赖,这与SpringCloudGateway不兼容。解决办法是排除SpringMVC的依赖,或者设置spring.main.web-application-type为reactive。
解决方法:
在Gateway的配置文件中添加main: web-application-type: reactive
问题描述,在启动Gateway的时候报错,原因是项目间接引用了SpringMVC依赖,这与SpringCloudGateway不兼容。解决办法是排除SpringMVC的依赖,或者设置spring.main.web-application-type为reactive。
解决方法:
在Gateway的配置文件中添加main: web-application-type: reactive
解决Gateway报错Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway
http://localhost:8090/archives/jie-jue-gatewaybao-cuo-spring-mvc-found-on-classpath-which-is-incompatible-with-spring-cloud-gateway