# mybatis-plugs-action **Repository Path**: hj2017hhh/mybatis-plugs-action ## Basic Information - **Project Name**: mybatis-plugs-action - **Description**: mybatis-generator 自定义插件,添加Lombok和分页代码生成功能 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-12-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mybatis-plugs-action #### 介绍 mybatis-generator 自定义插件,添加Lombok和分页代码生成功能 # generator-demo ## 使用说明 #### 启动 运行com.demo.mybatis.MyBatisGeneratorRun类即可自动生成代码到对应项目路径 #### mybatis generator配置文件路径 demo.generator/src/main/resources/generatorConfig.xml #### 查看见效果 启动demo.test.web项目 访问http://127.0.0.1:99/pageList?kinCode=TEAM&page=1&limit=5 查看效果