springcloud gateway404问题

在配置之前
springcloud gateway404问题_第1张图片
最后发现discovery位置写错了,应该写在和routes一个级别下,我真是服了

Parameter 0 of method modifyRequestBodyGatewayFilterFactory in org.springframework.cloud.gateway.config.GatewayAutoConfiguration required a bean of type ‘org.springframework.http.codec.ServerCodecConfigurer’ that could not be found.

还有在配置getaway 时候还有到个问题,就是包冲突了,直接启动不了,后来发现是我在创建项目时导入了spring-boot-starter-web,导致jar冲突,所以遇到这种问题直接把spring-boot-starter-web去pom里去掉即可

你可能感兴趣的:(springcloud,gateway404问题,java)