# mybatis-generator-plugin **Repository Path**: 17171803/mybatis-generator-plugin ## Basic Information - **Project Name**: mybatis-generator-plugin - **Description**: mybatis-generator-plugin : mybatis代码生成工具 mybatis-generator的对应插件开发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2018-01-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 对Myabtis-generator功能的扩展: 1、DAO对应的Mapper.xml文件加入了自定义的代码(一些通用的方法) 2、生成对应的list、editForm页面 3、生成国际化资源文件:message.properties(页面展示使用)、validation.properties(数据校验使用) 借助Myabtis-generator进行自动化代码生成: 1、DAO 2、DAO对应的Mapper.xml文件(加入了自定义的代码) 3、生成Model/Entity对象 4、生成对应的list、editForm页面 5、生成国际化资源文件:message.properties(页面展示使用)、validation.properties(数据校验使用) 6、生成Service接口 7、生成ServiceImpl接口实现类 8、生成对应的Controller。带权限的,权限使用shiro