diff --git a/README.md b/README.md index 5ad7d97a5..225e6ae22 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ Spring Boot API Project Seed 是一个基于Spring Boot & MyBatis的种子项目 1. 克隆项目 2. 对```test```包内的代码生成器```CodeGenerator```进行配置,主要是JDBC,因为要根据表名来生成代码 3. 如果只是想根据上面的演示来亲自试试的话可以使用```test resources```目录下的```demo-user.sql```,否则忽略该步 -3. 输入表名,运行```CodeGenerator.main()```方法,生成基础代码(可能需要刷新项目目录才会出来) -4. 根据业务在基础代码上进行扩展 -5. 对开发环境配置文件```application-dev.properties```进行配置,启动项目,Have Fun! +4. 输入表名,运行```CodeGenerator.main()```方法,生成基础代码(可能需要刷新项目目录才会出来) +5. 根据业务在基础代码上进行扩展 +6. 对开发环境配置文件```application-dev.properties```进行配置,启动项目,Have Fun!   ## 开发建议 - 表名,建议使用小写,多个单词使用下划线拼接 @@ -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))