Explorar el Código

删除注释代码

shuzheng hace 9 años
padre
commit
5b06bf90c8
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      zheng-common/src/main/resources/mybatis-config.xml

+ 0 - 7
zheng-common/src/main/resources/mybatis-config.xml

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