tencentmusic / supersonic

SuperSonic is the next-generation AI+BI platform that unifies Chat BI (powered by LLM) and Headless BI (powered by semantic layer) paradigms.
Other
2.34k stars 401 forks source link

【开发工具】增加mybatis CURD的代码生成工具 #1147

Closed dawsongzhao0523 closed 4 months ago

dawsongzhao0523 commented 4 months ago

增加mybatis CURD的代码生成工具,现在开发操作数据库表的流程需要增加较多代码,开发耗时。

lxwcodemonkey commented 4 months ago

现在是使用的mybatis-plus,CURD可以直接调底层方法的,还是说觉得mybatis-plus也太麻烦了

dawsongzhao0523 commented 4 months ago

指的是要写较多的pojo do service reposity等

lexluo09 commented 4 months ago

很好的想法,我们有其他项目也增加mybatis-plus的代码生成工具,可以提高开发效率;如果有兴趣的话,欢迎贡献PR

dawsongzhao0523 commented 4 months ago

周末调研了一下,以下 idea插件都能达到类似的效果: