Skip to the content.

返回

mybatis-plus-generator-ui

提供交互式的Web UI用于生成兼容mybatis-plus框架的相关功能代码,包括Entity,Mapper,Mapper.xml,Service,Controller等 ,可以自定义模板以及各类输出参数,也可通过SQL查询语句直接生成代码。

Github:https://github.com/davidfantasy/mybatis-plus-generator-ui

快速开始

  1. 修改数据库配置 GeberatorUIServer

  2. 运行

  3. 访问 http://localhost:8068/ 生成代码

END