2021
10-28
10-28
gateway与spring-boot-starter-web冲突问题的解决
gateway与spring-boot-starter-web冲突环境:SpringCloud版本----Finchley.SR2SpringBoot版本----2.0.6.RELEASE问题描述:将zuul网关升级为gateway时,引入gateway依赖启动网关子项目报错引入的依赖:<dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-starter-gateway</artifactId></dependency>启动网关报错ErrorstartingApplicationContext.Todisplaytheconditions...
继续阅读 >