- 博客(3)
- 收藏
- 关注
原创 Elasticsearch-head 创建索引时后台报406
4.Elasticsearch-head 创建索引时后台报406 {"error":"Content-Type header [application/x-www-form-urlencoded] is not supported","status":406} 解决:编辑安装目录中的vendor.js ①. 6886行 contentType: "application/x-www-form-urlencoded 改成 contentType: “application/json;charset=U
2020-11-20 15:26:34
578
原创 文件上传时的异常
文件上传时的异常: java.lang.IllegalStateException: Current request is not of type [org.springframework.web.multipart.MultipartHttpServletRequest] statuscode:500; 原因: <1>后端请求参数类应改为: import org.springframework.web.multipart.MultipartHttpServletRequest;
2020-11-14 12:51:02
1818
原创 springBoot整合mybatis报错
记录:springBoot整合mybatis报错 java.sql.SQLException:Access denied for user 'root'@'localhost' (using password: YES) 密码需要用单引号或者双引号包裹,加上以后可以正常访问数据库。 spring: datasource: spring: datasource: url: *** username: **** password: '*****' ...
2020-11-14 12:48:16
208
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅