mybatis-config.xml

Posted 看你妹儿

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mybatis-config.xml相关的知识,希望对你有一定的参考价值。

<?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">
<configuration>
<mappers>
<mapper resource="com/gxa/bj/model/BuserMapper.xml"/>
<mapper resource="com/gxa/bj/model/VoucherMapper.xml"/>
</mappers>
</configuration>

以上是关于mybatis-config.xml的主要内容,如果未能解决你的问题,请参考以下文章

Mybatis学习_配置信息

MyBatis-03-简单配置MyBatis

MyBatis:核心配置文件的重要配置