### 软件说明
对mybatis-generate进行了增强。新增自动生成getList、getOne方法,并支持动态查询sql。
代替原来使用ByExample的形式。
eg:
```
<select id="getList" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from employee
<if test="employeeId != null and employeeId != ''">
employee_id = #{employeeId}
</if>
<if test="firstName != null and firstName != ''">
first_name = #{firstName}
</if>
<if test="lastName != null and lastName != ''">
last_name = #{lastName}
</if>
<if test="gender != null and gender != ''">
gender = #{gender}
</if>
<if test="birthDate != null and birthDate != ''">
birth_date = #{birthDate}
</if>
<if test="departmentId != null and departmentId != ''">
department_id = #{departmentId}
</if>
<if test="hireDate != null and hireDate != ''">
hire_date = #{hireDate}
</if>
<if test="salary != null and salary != ''">
salary = #{salary}
</if>
</select>
```
#### 安装教程
main方法启动即可
野生的狒狒
- 粉丝: 3396
- 资源: 2437
最新资源
- 毕设和企业适用springboot企业数据智能分析平台类及智能农场管理系统源码+论文+视频.zip
- 毕设和企业适用springboot企业数据智能分析平台类及智能农业解决方案源码+论文+视频.zip
- 毕设和企业适用springboot企业协作平台类及数字图书馆平台源码+论文+视频.zip
- 毕设和企业适用springboot企业协作平台类及网络营销平台源码+论文+视频.zip
- 毕设和企业适用springboot企业协作平台类及个性化广告平台源码+论文+视频.zip
- 毕设和企业适用springboot企业协作平台类及产品溯源系统源码+论文+视频.zip
- 毕设和企业适用springboot企业数据智能分析平台类及资源调度平台源码+论文+视频.zip
- 毕设和企业适用springboot企业协作平台类及团队协作平台源码+论文+视频.zip
- 毕设和企业适用springboot企业协作平台类及无人驾驶系统源码+论文+视频.zip
- 毕设和企业适用springboot企业协作平台类及业务流程自动化平台源码+论文+视频.zip
- 毕设和企业适用springboot企业协作平台类及销售管理平台源码+论文+视频.zip
- 毕设和企业适用springboot企业协作平台类及客户关系管理平台源码+论文+视频.zip
- 毕设和企业适用springboot企业协作平台类及共享经济平台源码+论文+视频.zip
- 毕设和企业适用springboot企业协作平台类及客户服务平台源码+论文+视频.zip
- 毕设和企业适用springboot企业协作平台类及跨平台销售系统源码+论文+视频.zip
- 毕设和企业适用springboot企业协作平台类及平台生态系统源码+论文+视频.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈