Releases: chqiuu/code-generator-plus
Releases · chqiuu/code-generator-plus
code-generator-plus-1.1.7.jar
code-generator-plus-1.0.6.jar
- 处理数据库链接后,无法切换数据库问题;
- 修复其他已知BUG
code-generator-plus-1.0.4.jar
在生成代码页面中增加,切换数据库功能,便于开发者可直接在生成代码页面直接切换数据库而不用再回到数据源设置页面重新连接数据库,从而提高开发效率。
code-generator-plus-1.0.3.jar
增加可选择生成默认方法功能,可选方法包含:add、update、insertIgnore、replace、getDetailById、getList、getPage
code-generator-plus-1.0.1.jar
增加功能:
- 增加getList多条件查询功能;
- 分页查询接口中增加排序规则;
- 增加生成后的代码在线预览功能;
- 优化界面操作流程;
- 处理其他已知BUG。