diff --git a/README.md b/README.md
index 3804ba4..36ec77a 100644
--- a/README.md
+++ b/README.md
@@ -4,152 +4,22 @@
spring boot demo 是一个用来学习 spring boot 的项目,已经集成 actuator (监控)、admin (可视化监控)、logback (日志)、aopLog (通过 AOP 记录 web 请求日志)、统一异常处理( json 级别和页面级别)、freemarker (模板引擎)、thymeleaf (模板引擎)、Beetl (模板引擎)、JdbcTemplate、JPA (ORM 框架)、mybatis (ORM 框架)、redis-cache (缓存)、task (定时任务)、swagger (API 接口管理测试)、ureport2 (中国式报表)、打包成 war 文件、集成 ElasticSearch (采用原生操作 ES 的方式)、集成 Dubbo (采用非官方的 starter),后续会集成activemq,email,shiro,websocket,quartz,netty等模块。
-依赖的 Spring Boot 版本:
+### 分支:
-```xml
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.8.RELEASE
-
-
-```
+- master 分支:基于 SpringBoot 版本 2.0.x,每个 module 不额外依赖 parent,可以单独运行,方便大家学习
+- v-1.5.x 分支:基于 SpringBoot 版本 1.5.8.RELEASE,每个 module 均依赖 spring-boot-demo-parent,有挺多同学们反映这种方式对新手不是很友好,运行起来有些难度,因此`此分支暂停维护`,所有内容会慢慢以 master 分支的形式同步过去,此分支暂未完成的,也会直接在master分支上加,在此分支学习的同学们,仍然可以在此分支学习,但是建议后期切换到master分支,会更加容易。🙂
### 开发环境
- **JDK1.8 +**
- **Maven 3.5 +**
-- **IntelliJ IDEA ULTIMATE 2017.2 +**
+- **IntelliJ IDEA ULTIMATE 2018.2 +**
- **mysql 5.7 +** (*尽量5.7版本以上,因为5.7版本加了一些新特性,不向下兼容。本demo里会尽量避免这种不兼容的地方,但还是建议尽量保证5.7版本以上*)
### 开发计划
[**进度计划**](https://github.com/xkcoding/spring-boot-demo/projects/1?fullscreen=true) 或直接查看 [TODO](./TODO.md)
-### spring-boot-demo-parent
-
-除了 **Dubbo** 的 demo 以外,所有的 **Module** 均依赖:[**spring-boot-demo-parent**](./spring-boot-demo-parent)
-
-### pom.xml
-
-```xml
-
-
- 4.0.0
-
- com.xkcoding
- spring-boot-demo-parent
- 0.0.1-SNAPSHOT
- pom
-
- spring-boot-demo-parent
- The parent of spring-boot-demo
-
-
- ../spring-boot-demo-helloworld
- ../spring-boot-demo-properties
- ../spring-boot-demo-actuator
- ../spring-boot-demo-admin
- ../spring-boot-demo-logback
- ../spring-boot-demo-aoplog
- ../spring-boot-demo-exceptionhandler
- ../spring-boot-demo-template-freemarker
- ../spring-boot-demo-template-thymeleaf
- ../spring-boot-demo-orm-jpa
- ../spring-boot-demo-orm-mybatis
- ../spring-boot-demo-cache-redis
- ../spring-boot-demo-swagger
- ../spring-boot-demo-rabc-shiro-mybatis
- ../spring-boot-demo-ureport2
- ../spring-boot-demo-war
- ../spring-boot-demo-util
- ../spring-boot-demo-elasticsearch
- ../spring-boot-demo-template-beetl
- ../spring-boot-demo-task-schedule
- ../spring-boot-demo-orm-jdbctemplate
-
-
-
- org.springframework.boot
- spring-boot-starter-parent
- 1.5.8.RELEASE
-
-
-
-
- UTF-8
- UTF-8
- 1.8
- 3.2.0
- 3.5
- 3.2.2
- 1.10
-
-
-
-
- org.springframework.boot
- spring-boot-starter
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
-
- mysql
- mysql-connector-java
-
-
-
- org.apache.commons
- commons-lang3
- ${commons.lang3.version}
-
-
- commons-collections
- commons-collections
- ${commons.collections.version}
-
-
- commons-codec
- commons-codec
- ${commons.codec.version}
-
-
- com.xiaoleilu
- hutool-all
- ${hutool.version}
-
-
- com.google.guava
- guava
- 23.0
-
-
- org.projectlombok
- lombok
-
-
-
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
-
-
-```
-
### 各 Module 介绍
| Module 名称 | Module 介绍 |
@@ -220,4 +90,4 @@ spring boot demo 是一个用来学习 spring boot 的项目,已经集成 actu
[MIT](http://opensource.org/licenses/MIT)
-Copyright (c) 2017 Yangkai.Shen
\ No newline at end of file
+Copyright (c) 2018 Yangkai.Shen
\ No newline at end of file