Skip to content

Commit

Permalink
发布版本
Browse files Browse the repository at this point in the history
  • Loading branch information
JThink committed Sep 22, 2017
1 parent ab87066 commit 74ea03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gradle clean install uploadArchives
# 使用方式
## 依赖
```shell
compile "com.spring4all:spring-boot-starter-hbase:0.0.1"
compile "com.spring4all:spring-boot-starter-hbase:1.0.0.RELEASE"
```
## 集成
在spring-boot项目的application.properties文件中加入spring.data.hbase.quorum,spring.data.hbase.rootDir,spring.data.hbase.nodeParent配置项,并赋予正确的值
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'idea'
apply plugin: 'org.springframework.boot'

group = 'com.spring4all'
version = '0.0.1'
version = '1.0.0.RELEASE'

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down

0 comments on commit 74ea03a

Please sign in to comment.