摘要: spring.mvc.static-path-pattern=/image/** spring.resources.static-locations=file:D://image/ 阅读全文
posted @ 2019-07-11 16:14 随★风 阅读(2636) 评论(0) 推荐(0) 编辑
摘要: 1. 引言 我们在开发过程中通常因为不同应用之间的接口调用或者应用之间接口集成时经常会遇到跨域问题, 导致无法正常获取接口数据,那么什么是跨域? 跨域的解决办法是什么? 下面结合Spring Boot相关的项目应用实战, 详解说明跨域的解决方案。 1.1 什么是跨域(CORS) 跨域(CORS)是指 阅读全文
posted @ 2019-07-11 14:54 随★风 阅读(7181) 评论(0) 推荐(0) 编辑
摘要: springboot配置文件: application.properties 然后在启动类中加入如下配置: 在启动类中加入: @configuration 然后加入: 阅读全文
posted @ 2019-07-11 11:41 随★风 阅读(10028) 评论(2) 推荐(1) 编辑