【 使用环境 】测试环境 【 OB or 其他组件 】 【 使用版本 】 【问题描述】这里oblogclient 配置maver依赖是修改哪个文件呢 https://www.oceanbase.com/docs/common…
1 Commit src .gitattributes .gitignore .java.policy .secignore LICENSE README.md aci.yml formatter.xml oceanbase-jdbc.release pom.xml README Code of conduct LGPL-2.1 license Security OceanBase Client for Java OceanBase Client for Java is a JDBC 4.2 compatible driver, used to connect applications...
Log on to theobkv-table-client-java repository, download the latest client, and add it to the pom.xml file. init You can call this operation to initialize the ObTableClient. Here is an example: final ObTableClient client = new ObTableClient(); // Create a client instance. client.setFu...
pom.xml [maven-release-plugin] prepare for next development iteration Feb 28, 2025 OBKV Table Client OBKV Table Client is Java Library that can be used to access table data fromOceanBasestorage layer. Its access method is different from JDBC, it skips the SQL parsing layer, so it has sign...
CREATE TABLE test1$family1 ( K varbinary(1024), Q varbinary(256), T bigint, V varbinary(1048576) NOT NULL, PRIMARY KEY(K, Q, T)) TABLEGROUP = htable1; Step 1: Add client dependencies Add the JAR dependency package of the OBKV-HBase client to thepom.xmlfile of the local Java pr...
7 changes: 6 additions & 1 deletion 7 pom.xml Original file line numberDiff line numberDiff line change @@ -398,7 +398,12 @@ <configuration> <shadedArtifactAttached>true</shadedArtifactAttached> <shadedClassifierName>shade</shadedClassifierName> <!-- Any name that makes sense --> <arti...
Last commit date Latest commit History 103 Commits .oceanbase-common example/simple-hbase-demo license-common src .gitignore CODE_OF_CONDUCT.md CONTRIBUTING.md LEGAL.md LICENSE README.md pom.xml OBKV HBase Client OBKV HBase Client is Java Library that can be used to access data fromOceanBa...