摘要: 一、Spring Boot 默认使用 springMVC 包装好的解析器进行上传 二、添加代码 } 三、配置 spring.http.multipart.enabled=true #默认支持文件上传. spring.http.multipart.file-size-threshold=0 #支持文件 阅读全文
posted @ 2018-08-23 23:42 Bo仁 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 一、Web 开发经常会遇到跨域问题,解决方案有:jsonp,iframe,CORS 等等 CORS 与 JSONP 相比 1、 JSONP 只能实现 GET 请求,而 CORS 支持所有类型的 HTTP 请求。 2、 使用 CORS,开发者可以使用普通的 XMLHttpRequest 发起请求和获得 阅读全文
posted @ 2018-08-23 22:53 Bo仁 阅读(167) 评论(0) 推荐(0) 编辑