删除注释代码

This commit is contained in:
shuzheng 2017-01-13 14:59:07 +08:00
parent b565067e82
commit 5b06bf90c8
1 changed files with 0 additions and 7 deletions

View File

@ -9,11 +9,4 @@
<setting name="cacheEnabled" value="true"/>
</settings>
<!-- 该包下的model不用写包名会使用 model的首字母小写的非限定类名来作为它的别名若有注解@Alias("xxx"),则别名为注解值 -->
<!--
<typeAliases>
<package name="com.zheng.cms.dao.model" />
</typeAliases>
-->
</configuration>