其他分享
首页 > 其他分享> > IDEA报错之 元素类型为 "choose" 的内容必须匹配 "(when*,otherwise?)"。

IDEA报错之 元素类型为 "choose" 的内容必须匹配 "(when*,otherwise?)"。

作者:互联网

IDEA报出的错误提示如下:

Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: org.apache.ibatis.builder.BuilderException: Error creating document instance. Cause: org.xml.sax.SAXParseException; lineNumber: 91; columnNumber: 22; 元素类型为 "choose" 的内容必须匹配 "(when*,otherwise?)"。

问题原因:

  mapper文件里面有非法注释,导致mapper文件里的sql语句失效
  合法注释应为:<!-- -->

解决方案:

  仔细想想自己在哪个mapper文件新增了注释

标签:mapper,when,IDEA,注释,报错,org,BuilderException,Cause
来源: https://www.cnblogs.com/wangfei-xsy/p/16591587.html