mybatis中使用使用模块化sql
时间:2016-10-10 09:29:32
收藏:0
阅读:263
主要使用到mybatis中的标签
<sql id="tempId"> select * from student <sql>
使用的标签如下:
<include refid="tempId"/>
OK
原文:http://www.cnblogs.com/mengjianzhou/p/5944556.html
评论(0)