Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway

时间:2025-04-10 17:43:54

springcloud整合gateway网关

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-05-13 15:43:28.840 ERROR 6576 --- [           main]    : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway.

Action:

Please set -application-type=reactive or remove spring-boot-starter-web dependency.

通过报错信息分析:
Please set -application-type=reactive or remove spring-boot-starter-web dependency.
这句话说明了问题。

在使用gateway的时候不能导入web依赖