We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80db97e commit ab87066Copy full SHA for ab87066
README.md
@@ -8,10 +8,10 @@ gradle clean install uploadArchives
8
# 使用方式
9
## 依赖
10
```shell
11
-compile "jthink:spring-boot-starter-hbase:0.0.1"
+compile "com.spring4all:spring-boot-starter-hbase:0.0.1"
12
```
13
## 集成
14
-在spring-boot项目的application.properties文件中加入spring.data.hbase.quorum配置项,并赋予正确的值
+在spring-boot项目的application.properties文件中加入spring.data.hbase.quorum,spring.data.hbase.rootDir,spring.data.hbase.nodeParent配置项,并赋予正确的值
15
## 使用
16
### query
17
1. 将上述配置项赋予正确的值
0 commit comments