Exception
啸啸啸啸笑、
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
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 阅读 · 0 评论 -
文件上传时的异常
文件上传时的异常: 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 阅读 · 0 评论 -
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 阅读 · 0 评论
分享