# mybatis-all-spring-boot-starter **Repository Path**: flying-cattle/mybatis-all-spring-boot-starter ## Basic Information - **Project Name**: mybatis-all-spring-boot-starter - **Description**: 以spring boot和mybatis整合的一站式web服务包 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-06-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mybatis-all-spring-boot-starter 以spring boot和mybatis整合的一站式web服务包。 # 源码地址 - GitHub:https://github.com/flying-cattle/mybatis-all-spring-boot-starter - 码云:https://gitee.com/flying-cattle/mybatis-all-spring-boot-starter # 你还在为找包而烦恼吗? 我们自力于打造一个一站式web服务的包,本项目实现swagger的自动装配,并引入了druid、mybatis、pagehelper的spring-boot-starter包。 排除spring boot的包外,你只需要引入下面代码: ``` xml com.github.flying-cattle mybatis-all-spring-boot-starter 1.0.0.RELEASE ``` 你便可以直接代码开发了...