随笔分类 -  SpringMVC

MyBatis Parameter '*' not found
摘要:Servlet[springmvc]的Servlet.service()引发了具有根本原因的异常Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested excep 阅读全文
posted @ 2020-10-05 18:22 唐门·三少 阅读(1150) 评论(0) 推荐(0)
Error 415 (Unsupported Media Type)
摘要:后台代码 解决方案 因为我后台使用了@RequestBody,这个注解只处理 json格式的数据,所有在ajax的请求中要指明数据为json 阅读全文
posted @ 2020-10-04 22:23 唐门·三少 阅读(765) 评论(0) 推荐(0)