diff --git a/README.md b/README.md index 5ad7d97a5..8667c7a14 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Spring Boot API Project Seed 是一个基于Spring Boot & MyBatis的种子项目 ## 技术选型&文档 - Spring Boot([查看Spring Boot学习&使用指南](http://www.jianshu.com/p/1a9fd8936bd8)) - MyBatis([查看官方中文文档](http://www.mybatis.org/mybatis-3/zh/index.html)) -- MyBatisb通用Mapper插件([查看官方中文文档](https://mapperhelper.github.io/docs/)) +- MyBatis 通用Mapper插件([查看官方中文文档](https://mapperhelper.github.io/docs/)) - MyBatis PageHelper分页插件([查看官方中文文档](https://pagehelper.github.io/)) - Druid Spring Boot Starter([查看官方中文文档](https://github.com/alibaba/druid/tree/master/druid-spring-boot-starter/)) - Fastjson([查看官方中文文档](https://github.com/Alibaba/fastjson/wiki/%E9%A6%96%E9%A1%B5))