diff --git a/README.md b/README.md
index cc17360c..6d0d615c 100644
--- a/README.md
+++ b/README.md
@@ -1,93 +1,112 @@
-# springboot-learning-example
-spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。
-
-# 推荐
-由于工作原因,我发表原创博客也需要编写的时间。期间很多人私我问题,没有及时得到回复,这里说声抱歉。因此,建一个星球
-
-「泥瓦匠BYSocket」和朋友们讨论技术相关的话题,你一起来吧?
-
-[泥瓦匠BYSocket 星球](https://t.zsxq.com/nMzjqbe "泥瓦匠BYSocket")
-
-[泥瓦匠BYSocket 星球](https://t.zsxq.com/nMzjqbe "泥瓦匠BYSocket")
-
-[泥瓦匠BYSocket 星球](https://t.zsxq.com/nMzjqbe "泥瓦匠BYSocket")
-
-这个星球里面讲深入讨论 Java 、Java EE、Spring Boot 等框架技术及工作经验交流,分享一路技术走来的经验、教训。硬实力软实力、择业、职业规划等。
-
-## 计划
-Spring Boot 2.0 最大的热点肯定是 Web Flux。我这边也就开始操刀了...
-
-Web Flux 努力进行中,尽情期待。唯一文章入口:[GitChat文章地址](http://gitbook.cn/gitchat/author/58968d35f2b669527d7a7c57 "gitchat")
-
-## Spring For All 社区
-[Spring For All 社区](http://www.spring4all.com/ "spring4all")是新组建的关于 Spring 的纯技术交流社区(涵盖 Spring Boot、Spring Cloud 等内容),集诸多开源爱好者和技术大牛贡献内容和交流问题。我们不夸大、不装逼、做最纯粹的技术分享!!!
-
-看看我们超强的群众基础,欢迎有兴趣的朋友加入QQ群分享与交流:[点击立即加入](http://www.spring4all.com/about "about")
-
-## 作者与学习乐园
-源码地址:我的[GitHub地址](https://github.com/JeffLi1993 "GitHub")、[OSCGit地址](https://git.oschina.net/jeff1993/springboot-learning-example "OSCGit")
-作者:[泥瓦匠BYSocket](http://www.bysocket.com/ "泥瓦匠BYSocket")
-关注微信公众号【泥瓦匠BYSokcet】,及时得到技术文章推送
-![公众号](http://www.bysocket.com/wp-content/uploads/2017/01/qrcode_for_gh_cd421e7eb7d6_430.jpg)
-
-## 一、项目结构
-「Spring Boot 那些事」:[传送门](http://www.bysocket.com/?page_id=1639 "Spring Boot 那些事")
-
-### 『 WebFlux 篇 』
-
-WebFlux 系类文章入口:[GitChat文章地址](http://gitbook.cn/gitchat/author/58968d35f2b669527d7a7c57 "gitchat")
-
-- springboot-webflux
-Spring Boot WebFlux 实现 Restful 服务
-
-
-#### a. 『 基础 - 入门篇 』
-- springboot-helloworld
- [《Spring Boot 之 HelloWorld 详解》](http://www.bysocket.com/?p=1124 "Spring Boot 之 HelloWorld详解")
-- springboot-properties
- [《Spring Boot 之配置文件详解》](http://www.bysocket.com/?p=1786 "Spring Boot 之配置文件详解")
-
-#### b. 『 基础 - Web 业务开发篇 』
-- springboot-restful
- [《Springboot 实现 Restful 服务,基于 HTTP / JSON 传输》](http://www.bysocket.com/?p=1627 "Springboot 实现 Restful 服务,基于 HTTP / JSON 传输")
- [《Spring Boot 之 RESRful API 权限控制》](http://www.bysocket.com/?p=1080 "Spring Boot 之 RESRful API 权限控制")
-- springboot-freemarker
-[《Spring Boot 集成 FreeMarker 详解案例》](http://www.bysocket.com/?p=1666 "Spring Boot 集成 FreeMarker 详解案例")
-- springboot-validation-over-json
-[《Spring Boot HTTP over JSON 的错误码异常处理》](http://www.bysocket.com/?p=1692 "Spring Boot HTTP over JSON 的错误码异常处理")
-
-
-#### c. 『 基础 – 数据存储篇 』
-- springboot-mybatis
- [《Springboot 整合 Mybatis 的完整 Web 案例》](http://www.bysocket.com/?p=1610 "Springboot 整合 Mybatis 的完整 Web 案例")
-- springboot-mybatis-annotation
- [《Spring Boot 整合 Mybatis Annotation 注解的完整 Web 案例》](http://www.bysocket.com/?p=1811 "Spring Boot 整合 Mybatis Annotation 注解的完整 Web 案例")
-- springboot-mybatis-mutil-datasource
- [《Spring Boot 整合 Mybatis 实现 Druid 多数据源详解》](http://www.bysocket.com/?p=1712 "Spring Boot 整合 Mybatis 实现 Druid 多数据源详解")
-
-
-#### d. 『 基础 – 数据缓存篇 』
-- springboot-mybatis-redis
- [《Spring Boot 整合 Redis 实现缓存操作》](http://www.bysocket.com/?p=1756 "Spring Boot 整合 Mybatis 实现 Druid 多数据源详解")
-- springboot-mybatis-redis-annotation
- [《Spring Boot 注解实现整合 Redis 作为缓存》](http://www.bysocket.com/?p=1756 "Spring Boot 整合 Mybatis 实现 Druid 多数据源详解")
-
-#### e. 『 其他篇 』
-- springboot-elasticsearch
- [《Spring Boot 整合 Elasticsearch,实现 function score query 权重分查询》](http://www.bysocket.com/?p=1829 "Spring Boot 整合 Elasticsearch,实现 function score query 权重分查询")
-- springboot-dubbo-server
-- springboot-dubbo-client
-Dubbo 服务提供者工程和 Dubbo 服务消费者工程
- [《Springboot 整合 Dubbo/ZooKeeper 详解 SOA 案例》](http://www.bysocket.com/?p=1681 "Springboot 整合 Dubbo/ZooKeeper 详解 SOA 案例")
- [《Spring Boot 中如何使用 Dubbo Activate 扩展点》](http://www.bysocket.com/?p=1782 "Spring Boot 中如何使用 Dubbo Activate 扩展点")
-
-
-#### 『 Spring Data ES 篇 』
-- spring-data-elasticsearch-crud
- [《Spring Data Elasticsearch - 基本案例》](http://spring4all.com/article/70 "Spring Data Elasticsearch - 基本案例")
-- spring-data-elasticsearch-query
-spring-data-elasticsearch - 实战案例详解
-
-最后,
-
- [《Spring Boot教程与Spring Cloud教程》](https://git.oschina.net/didispace/SpringBoot-Learning "Spring Boot教程与Spring Cloud教程")
+### 谢谢赞助的ta们
+
+
+ ![]() |
+
+
+ ![]() |
+
+ * Created by bysocket on 07/02/2017.
+ */
+public interface CityService {
+
+ List
+ * Created by bysocket on 07/02/2017.
+ */
+@Service
+public class CityServiceImpl implements CityService {
+
+ @Autowired private HbaseTemplate hbaseTemplate;
+
+ public List