我是靠谱客的博主 朴实冰淇淋,最近开发中收集的这篇文章主要介绍Attribute “resource“ must be declared for element type “mapper“.,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
报错的直接原因:
mybatis的映射文件和核心配置文件的约束信息是不同的!误把映射文件的约束信息直接复制到了核心配置文件中。
映射文件:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
核心配置文件:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-config.dtd">
最后
以上就是朴实冰淇淋为你收集整理的Attribute “resource“ must be declared for element type “mapper“.的全部内容,希望文章能够帮你解决Attribute “resource“ must be declared for element type “mapper“.所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复