# mybatis-kits-doc **Repository Path**: blackfox/mybatis-kits-doc ## Basic Information - **Project Name**: mybatis-kits-doc - **Description**: Mybatis-Kits 文档 - **Primary Language**: HTML/CSS - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/blackfox/mybatis-kits - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-01 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- home: true heroImage: /img/logo.png actionText: 快速开始 → actionLink: /guide/quick-start.html features: - title: 零入侵 details: 只做增强不做改变,内置了简单的 CRUD,支持所有 Mybatis 原生的特性,让你的项目平滑升级。 - title: 精简高效 details: 简单到只有你需要的功能,又强大到刚好能满足你的绝大多数业务需求。每种功能都只提供了一种(最优)实现。 - title: 内置分页插件 details: 基于Mybatis物理分页,开发者无需关心具体操作,配置好插件之后,写分页等同于写基本List查询。 footer: Apache License 2.0 | © 2018-2019 RockYang --- # 仓库地址 ## 当前最新版本 ```xml org.rockyang mybatis-kits-core 1.5.2 ``` SpringBoot starter 最新版本 ```xml org.rockyang mybatis-kits-spring-boot-starter 1.5.2 ```