miemie 4 år sedan
förälder
incheckning
a7fe6911e9
2 ändrade filer med 8 tillägg och 6 borttagningar
  1. 5 4
      README-zh.md
  2. 3 2
      README.md

+ 5 - 4
README-zh.md

@@ -38,9 +38,12 @@ Mybatis 增强工具包 - 只做增强不做改变,简化`CRUD`操作
 - **内置性能分析插件**:可输出Sql语句以及其执行时间,建议开发测试时启用该功能,能有效解决慢查询
 - **内置全局拦截插件**:提供全表 delete 、 update 操作智能分析阻断,预防误操作
 
-# 文档 | Documentation
+## 相关链接 | Links
 
-[中文](https://mybatis.plus)
+- [文档](https://mybatis.plus)
+- [代码生成](https://github.com/baomidou/generator)
+- [功能示例](https://gitee.com/baomidou/mybatis-plus-samples)
+- [展示](https://github.com/baomidou/awesome-mybatis-plus)
 
 # 原理 | Principle
 
@@ -52,8 +55,6 @@ Mybatis 增强工具包 - 只做增强不做改变,简化`CRUD`操作
 
 [Spring-Boot](https://gitee.com/baomidou/mybatisplus-spring-boot)
 
-[mybatisplus-sharding-jdbc](https://gitee.com/baomidou/mybatisplus-sharding-jdbc)
-
 [SSM-实战 Demo](https://gitee.com/juapk/SpringWind)
 
 # [点此查看仓库](https://search.maven.org/search?q=g:com.baomidou%20a:mybatis-*)

+ 3 - 2
README.md

@@ -28,8 +28,9 @@ MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development
 
 ## Links
 
--   [Documentation](https://mybatis.plus)
--   [Samples](https://github.com/baomidou/mybatis-plus-samples)
+- [Documentation](https://mybatis.plus)
+- [Code Generator](https://github.com/baomidou/generator)
+- [Samples](https://github.com/baomidou/mybatis-plus-samples)
 -   [Showcase](https://github.com/baomidou/awesome-mybatis-plus)
 
 ## Features