Skip to content

Commit 74ea03a

Browse files
committed
发布版本
1 parent ab87066 commit 74ea03a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gradle clean install uploadArchives
88
# 使用方式
99
## 依赖
1010
```shell
11-
compile "com.spring4all:spring-boot-starter-hbase:0.0.1"
11+
compile "com.spring4all:spring-boot-starter-hbase:1.0.0.RELEASE"
1212
```
1313
## 集成
1414
在spring-boot项目的application.properties文件中加入spring.data.hbase.quorum,spring.data.hbase.rootDir,spring.data.hbase.nodeParent配置项,并赋予正确的值

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'idea'
55
apply plugin: 'org.springframework.boot'
66

77
group = 'com.spring4all'
8-
version = '0.0.1'
8+
version = '1.0.0.RELEASE'
99

1010
sourceCompatibility = 1.7
1111
targetCompatibility = 1.7

0 commit comments

Comments
 (0)