常见报错
java.io.IOException: Could not find resource mybatis-config.xml
测试mybatis的时候,test方法报错: java.io.IOException: Could 阅读更多…
常见报错
ERROR-java.sql.SQLException: Parameter index out of range (2 > number of parameters, which is 1)
0.背景 mybatis 执行insert语句的时候,报上面的错,找了很长时间才发现错误。把问题和解 阅读更多…
常见报错
Exception in thread “Thread-137” java.lang.NullPointerException
0.报错 报错详情如下: 环境:SpringMVC+mybatis+IDEA 在新增数据库查询的xm 阅读更多…
常见报错
org.xml.sax.SAXParseException; lineNumber: 64; columnNumber: 14; cvc-complex-type.2.3: Element ‘bean’ cannot have character [children], because the type’s content type is element-only.
0.背景 wildfly部署war包的时候报这个错,这个错误指向了当时配置shiro反序列化漏洞时添 阅读更多…
常见报错
java.io.IOException: Could not find resources mybaits-config.xml
0.前言 调试IDEA+maven+mybatis时遇到的一个奇葩错误, 这个错误的意思是没有读取到 阅读更多…
常见报错
org.mybatis.spring.transaction.SpringManagedTransaction.getTimeout()Ljava/lang/Integer;
0.报错详情 整合spring和mybatis的时候,最后几步报这个错,搞了好几个小时,发现是版本的 阅读更多…