lenve / vhr

微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。
http://vhr.javaboy.org
27.28k stars 10.29k forks source link

有依靠数据库脚本生成代码的工具吗 #184

Closed jeremyinPh closed 4 years ago

jeremyinPh commented 4 years ago

例如 通过数据库脚本 自动生成 mapper model 和 service层的代码

minRui1 commented 4 years ago

你可以看看这个项目满足你的要求。https://github.com/lihengming/spring-boot-api-project-seed

jeremyinPh commented 4 years ago

谢谢你