摘要: spring: application: name: sysgateway cloud: gateway: globalcors: cors-configurations: '[/**]': # 匹配所有请求 allowedOrigins: "*" #跨域处理 允许所有的域 allowedMetho 阅读全文
posted @ 2020-06-09 14:05 *乐途* 阅读(4721) 评论(0) 推荐(0)