<dependency>
<groupId>com.netease.nim</groupId>
<artifactId>camellia-hbase-spring-boot-starter</artifactId>
<version>a.b.c</version>
</dependency>
如果是lindorm或者obkv,则引入关联依赖
camellia-hbase:
type: local
local:
conf-type: xml
xml:
xml-file: hbase.xml
camellia-hbase:
type: local
local:
conf-type: yml
yml:
resource: hbase://xxx1.163.org,xxx2.163.org,xxx3.163.org/hbase
camellia-hbase:
type: local
local:
conf-type: yml
yml:
type: complex
json-file: resource-table.json
{
"type": "simple",
"operation": {
"read": "hbase://xxx1.163.org,xxx2.163.org,xxx3.163.org/hbase",
"type": "rw_separate",
"write": {
"resources": [
"hbase://xxx1.163.org,xxx2.163.org,xxx3.163.org/hbase",
"hbase://yyy1.163.org,yyy2.163.org,yyy3.163.org/hbase"
],
"type": "multi"
}
}
}