Skip to content

Commit 19be98e

Browse files
committed
Update README_CN.md
1 parent 0ba4422 commit 19be98e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929

3030
## 1. Java API 概述
3131

32-
Java API需要运行在Java 1.8或以上环境。使用Java API前,引入以下maven依赖(以1.30.20.1为例)
32+
Java API需要运行在Java 1.8或以上环境。使用Java API前,引入以下maven依赖(以1.30.22.1为例)
3333
```java
3434
<!-- https://mvnrepository.com/artifact/com.dolphindb/dolphindb-javaapi -->
3535
<dependency>
3636
<groupId>com.dolphindb</groupId>
3737
<artifactId>dolphindb-javaapi</artifactId>
38-
<version>1.30.20.1</version>
38+
<version>1.30.22.1</version>
3939
</dependency>
4040
```
4141
Java API遵循面向接口编程的原则。Java API使用接口类Entity来表示DolphinDB返回的所有数据类型。在Entity接口类的基础上,根据DolphinDB的数据类型,Java API提供了7种拓展接口,分别是scalar,vector,matrix,set,dictionary,table和chart。这些接口类都包含在com.xxdb.data包中。

0 commit comments

Comments
 (0)