MyBatis
zai_deng_dai
这个作者很懒,什么都没留下…
展开
-
Error updating database. Cause: java.sql.SQLSyntaxErrorException: ORA-01745: 无效的主机/绑定变量名
一般情况下是插入或更新语句时,属性之间没有写 ,号导致的,排查一下,看是否缺少逗号原创 2021-01-23 16:07:09 · 1466 阅读 · 0 评论 -
java.sql.SQLIntegrityConstraintViolationException: ORA-00001: 违反唯一约束条件 (SYSTEM.SYS_C0012098)
org.apache.ibatis.exceptions.PersistenceException: ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: 违反唯一约束条件 (SYSTEM.SYS_C0012098)### The error may involve com.qn.pojo.User.insertUser-Inline### The ...原创 2021-01-20 15:28:49 · 1307 阅读 · 0 评论 -
org. apache.ibatis.binding.BindingException: Type interface com. gn.dao.UserDao is not known to the
具体原因是userMapper.xml的空间有问题,纠正命名空间的路径就可以原创 2021-01-20 14:20:49 · 575 阅读 · 0 评论 -
org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: java.io.I
org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: java.io.IOException: Could not find resource com.qn.pojo.UserMapper.xmlException in thread "main" org.apache.ibatis.exceptions.PersistenceException: ### Error bu原创 2021-01-19 16:47:30 · 2407 阅读 · 0 评论