# mybatis-generator-continuation **Repository Path**: stonelife/mybatis-generator-continuation ## Basic Information - **Project Name**: mybatis-generator-continuation - **Description**: MyBatis generator 代码生成器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-01-27 - **Last Updated**: 2022-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #MyBatis generator 代码代码生成器 此代码生成器经过定制,可生成dao、service、manager、model、controller全部文件,直接行成全部基础接口 额外依赖:swagger2 ----------------------------------------- V1.14: 整合了PageHelper分页插件 ``` pagehelper: helper-dialect: mysql reasonable: false #自动分页,为true时,若参数带有pageNum,pageSize,即使不调用PageHelper.startPage(1,10),也会自动拼接limit supportMethodsArguments: false params: count=countSql com.github.pagehelper pagehelper-spring-boot-starter 1.2.3 io.springfox springfox-swagger2 2.6.1 io.springfox springfox-swagger-ui 2.6.1 ``` ####PS: 此生成器实在orange1438的基础上进行改造的,在其基础上,进行了丰富,特此说明。 orange1438的生成器地址:https://github.com/orange1438/mybatis-generator-core-chinese-annotation-1.3.5