
错误排查
cleanblood
这个作者很懒,什么都没留下…
展开
-
You have an error in your SQL syntax near' '有一个错误
Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near...原创 2018-12-08 10:20:06 · 1174 阅读 · 0 评论 -
maven+ssm[报错]Invalid bound statement (not found):找不到mapper文件标签statement的id对应的方法
首先查看以下路径等配置是否一致: mapper.xml的namespace要写所映射接口的全称类名。mapper.xml中的每个statement的id要和接口方法的方法名相同mapper.xml中定义的每个sql的parameterType要和接口方法的形参类型相同mapper.xml中定义的每个sql的resultType要和接口方法的返回值的类型相同mapper.xml要和对...转载 2018-12-07 13:02:43 · 3182 阅读 · 1 评论 -
maven工程报错:java.lang.AbstractMethodError: org.mybatis.spring.transaction.SpringManagedTransaction.get
java.lang.AbstractMethodError: org.mybatis.spring.transaction.SpringManagedTransaction.getTimeout()Ljava/lang/Integer; at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.ja...转载 2018-12-07 14:05:11 · 231 阅读 · 0 评论 -
ssm 错误400-The request sent by the client was syntactically incorrect
错误400-The request sent by the client was syntactically incorrect springMVC中,某个页面提交时报400错误,如下图:解决方法:1.在网上找了一下,答案是通常遇到这个错误是因为前端jsp页面的控件名称和controller中接收的参数名称不一致。但仔细对比了一遍发现没有问题。很郁闷。 2.然后就反复的提交...转载 2018-12-10 10:49:28 · 298 阅读 · 0 评论 -
【error】HTTP Status 500 - Could not resolve view with name 'xxx' in servlet
HTTP Status 500 - Could not resolve view with name 'xxx' in servlet with name 'springmvc'type Exception reportmessage Could not resolve view with name '/admin/consult_order/list' in servlet with n...原创 2019-01-05 13:09:56 · 1379 阅读 · 0 评论