标签:ati server could require nbsp dep depend 报错 enc
spring-cloud-starter-gateway依赖与mvc是不兼容的,如果要引用spring-boot-starter-web需要把mvc排除
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <exclusions> <exclusion> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> </exclusion> </exclusions> </dependency>
标签:ati server could require nbsp dep depend 报错 enc
原文地址:https://www.cnblogs.com/zyf-yxm/p/12842377.html