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="dao/StandardMapper.xml"></mapper>
</mappers>
</configuration>








以上是关于mybatis-config.xml配置文件(不同情况不同映射路径)的主要内容,如果未能解决你的问题,请参考以下文章

学习mybatis02---配置mybatis-config.xml文件

mybatis-配置文件mybatis-config.xml

MyBatis全局配置文件mybatis-config.xml如何写

Mybatis学习XML配置文件之mybatis-config.xml

mybatis-config.xml核心配置文件

Mybatis的全局配置文件标签介绍(mybatis-config.xml)