摘要:
在gateway模块中添加一个配置类: 代码如下: @Configuration public class CorsConfig { @Bean public CorsWebFilter corsWebFilter(){ CorsConfiguration config = new CorsConf 阅读全文
摘要:
错误信息: When allowCredentials is true, allowedOrigins cannot contain the special value "*" since that cannot be set on the "Access-Control-Allow-Origin" 阅读全文