springboot整合Mybatis Generator+PageHelper使用记录POM jar依赖MBG配置文件自定义注释生成器主方法生产器的入口MyBatis配置类PageHelper的使用工具类
POM jar依赖 <!--MyBatis分页插件--> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artif...