搭建springcloud项目的时候以 zookeeper为注册中心 gateway为路由 启动时出现以下报错:
```bash
```vbnet
```java
Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway at this time. Please remove spring-boot-starter-web dependency.
*********************************************************