上传者: 42107165
|
上传时间: 2022-11-17 18:13:16
|
文件大小: 18KB
|
文件类型: ZIP
项目介绍
自定义的spring-boot的hbase starter,为hbase的query和更新等操作提供简易的api并集成spring-boot的auto configuration
版本
本项目版本
hbase版本
1.0.0
hbase1.1.2
打包
修改相关的maven私服地址
gradle clean install
使用方式
依赖
compile "org.banyan.spring.boot:spring-boot-starter-hbase:1.0.0"
集成
在spring-boot项目的application.properties文件中加入spring.data.hbase.quorum,spring.data.hbase.rootDir,spring.data.hbase.nodeParent配置项,并赋予正确的值
使用
query
将上述配置项赋予正确的值
d