标签:res source utf-8 配置 bat dma 映射 stand 配置文件
<?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配置文件(不同情况不同映射路径)
标签:res source utf-8 配置 bat dma 映射 stand 配置文件
原文地址:http://www.cnblogs.com/liangguangqiong/p/7683808.html