1. Parameter 0 of method modifyResponseBodyGatewayFilterFactory in org.springframework.cloud.gateway.config.GatewayAutoConfiguration required a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' that could not be found.
参考链接:https://blog.csdn.net/qq_39415129/article/details/100118092
- 解决方法:
2. 未通过 @EnableConfigurationProperties 注册、标记为 Spring 组件或通过 @ConfigurationPropertiesScan 扫描
参考链接:https://blog.csdn.net/li1325169021/article/details/116768787
- 解决方法: