常见报错
com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: 2 字节的 UTF-8 序列的字节 2 无效。
IDEA 搭建mybatis程序时,运行时出现下面的报错: 1.错误原因及解决办法 (1)xml文件 阅读更多…
常见报错
java.io.IOException: Could not find resource mybatis-config.xml
测试mybatis的时候,test方法报错: java.io.IOException: Could 阅读更多…
java
There is no getter for property named ‘xxxxx’ in ‘class com.xxx.xx.xx.xxxx'”,
0.背景 SpringMVC架构,使用mybatis执行insert语句,然后开始报错: org.m 阅读更多…
常见报错
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反序列化漏洞时添 阅读更多…