Gateway模块中启动报:Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway at this


原因是引入了 spring-boot-starter-web依赖

在pom文件中将 spring-boot-starter-web 依赖移除即可

<dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
</dependency>

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/280287.html

(0)
上一篇 2022年8月13日
下一篇 2022年8月13日

相关推荐

发表回复

登录后才能评论