Skip to content

Commit

Permalink
修改版本和group
Browse files Browse the repository at this point in the history
  • Loading branch information
JThink committed Sep 19, 2017
1 parent 80db97e commit ab87066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ gradle clean install uploadArchives
# 使用方式
## 依赖
```shell
compile "jthink:spring-boot-starter-hbase:0.0.1"
compile "com.spring4all:spring-boot-starter-hbase:0.0.1"
```
## 集成
在spring-boot项目的application.properties文件中加入spring.data.hbase.quorum配置项,并赋予正确的值
在spring-boot项目的application.properties文件中加入spring.data.hbase.quorum,spring.data.hbase.rootDir,spring.data.hbase.nodeParent配置项,并赋予正确的值
## 使用
### query
1. 将上述配置项赋予正确的值
Expand Down

0 comments on commit ab87066

Please sign in to comment.