yzcheng90 / X-SpringBoot

X-SpringBoot是一个轻量级的Java快速开发平台,能快速开发项目并交付【接私活利器】
2.3k stars 740 forks source link

swagger-ui上面的接口测试会发生跨域问题 #5

Closed xuanyuan1hao closed 5 years ago

xuanyuan1hao commented 5 years ago

swagger-ui上面的接口测试会发生跨域问题,测试不通过。看看咋处理

xuanyuan1hao commented 5 years ago

nginx启动的是80端口,项目启动的是8080端口,swagger访问的服务是8080端口,所以会跨域,我看了在springboot的filter已经处理了跨域,但是浏览器chrome一样报错。返回内容为空。

yzcheng90 commented 5 years ago

项目中有一个hello接口 测试 是没有问题的,还有就是 你可以在Swagger2 配置类中指定请求的host 为ip 或域名

xuanyuan1hao commented 5 years ago

谢谢!,已经搞定。

---原始邮件--- 发件人: "czx"notifications@github.com 发送时间: 2019年5月27日(星期一) 晚上8:24 收件人: "yzcheng90/X-SpringBoot"X-SpringBoot@noreply.github.com; 抄送: "Author"author@noreply.github.com;"xuanyuan1hao"383063671@qq.com; 主题: Re: [yzcheng90/X-SpringBoot] swagger-ui上面的接口测试会发生跨域问题 (#5)

项目中有一个hello接口 测试 是没有问题的,还有就是 你可以在Swagger2 配置类中指定请求的host 为ip 或域名

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

qixianchuan commented 5 years ago

我也遇到了这个问题,请问您是怎么解决的?

figozhu commented 4 years ago

谢谢!,已经搞定。 ---原始邮件--- 发件人: "czx"notifications@github.com 发送时间: 2019年5月27日(星期一) 晚上8:24 收件人: "yzcheng90/X-SpringBoot"X-SpringBoot@noreply.github.com; 抄送: "Author"author@noreply.github.com;"xuanyuan1hao"383063671@qq.com; 主题: Re: [yzcheng90/X-SpringBoot] swagger-ui上面的接口测试会发生跨域问题 (#5) 项目中有一个hello接口 测试 是没有问题的,还有就是 你可以在Swagger2 配置类中指定请求的host 为ip 或域名 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

这种恶习真是讨厌,一句话“已经搞定”,怎么搞定的就是不说,不能让后来人分享你成功的经验吗?