常見報錯
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的時候,最后幾步報這個錯,搞了好幾個小時,發現是版本的 閱讀更多…