随笔分类 -  错误异常

of type [class java.lang.String] to [class java.util.Date]
摘要:报错:javax.el.ELException: Cannot convert [2023-11-14 22:35:34] of type [class java.lang.String] to [class java.util.Date] 问题分析:相应数据的类型不正确 bean层写的是 : pr 阅读全文
posted @ 2023-12-24 11:02 初晓臻 阅读(234) 评论(0) 推荐(0)
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'keyWord' not found. Available parameters are [keyword, param1]
摘要:Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingExcepti 阅读全文
posted @ 2023-12-23 20:27 初晓臻 阅读(123) 评论(0) 推荐(0)
SQLSyntaxErrorException SQL语法错误异常
摘要:java.sql.SQLSyntaxErrorException: Unknown column 'stisex' in 'field list' 问题: 阅读全文
posted @ 2023-08-31 07:59 初晓臻 阅读(32) 评论(0) 推荐(0)
未满足的依赖项 UnsatisfiedDependencyException
摘要:org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'studentService': Unsatisfied dependency expressed thr 阅读全文
posted @ 2023-08-30 16:02 初晓臻 阅读(192) 评论(0) 推荐(0)