会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
document.write("");
tbUoky
博客园
首页
新随笔
联系
订阅
管理
2025年5月23日
org.apache.ibatis.builder.BuilderException: Error creating document instance. Cause: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 401; 元素内容必须由格式正确的字符数据或标记组成
摘要: Mybatis Plus 报错 原因为XXMapper文件(@Mapper注解)中自定义的SQL,带<> Oracle 中可以直接使用<>,但是在Mybatis Plus中,不能使用<>,因为会被识别为xml导致整个文件的解析失败 将<> 修改为 != 即可
阅读全文
posted @ 2025-05-23 16:49 人间春风意
阅读(106)
评论(0)
推荐(0)
公告