5238 ERROR 2017-10-17 09:30:16396 org.mybatis.spring.mapper.MapperFactoryBean Error while adding the mapper 'interface com.wangyun.dao.flow.TblMtpUserFlowStatisticMapper' to configuration.
org.apache.ibatis.builder.BuilderException: Error creating document instance.  Cause: org.xml.sax.SAXParseException; lineNumber: 49; columnNumber: 10; 元素类型为 "mapper" 的内容必须匹配 "(cache-ref|cache|resultMap*|parameterMap*|sql*|insert*|update*|delete*|select*)+"。

报了这个错,说明你写的sql没有写<select><insert><update><delete>类似的标签

以下是我的错误的图片

5238 ERROR 2017-10-17 09:30:16396 org.mybatis.spring.mapper.MapperFactoryBean Error while adding the


报这样的错一般都是初学者或者粗心造成的

相关文章:

  • 2021-05-17
  • 2022-03-03
  • 2021-08-15
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
  • 2021-05-01
猜你喜欢
  • 2021-12-11
  • 2022-12-23
  • 2021-08-30
  • 2022-12-23
  • 2021-09-18
  • 2021-08-24
  • 2021-09-23
相关资源
相似解决方案