Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anyzm committed Mar 9, 2023
1 parent 9ef2249 commit d27bb47
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,20 @@ maven项目引入坐标:
<version>1.0.0</version>
</dependency>
```
<<<<<<< HEAD
=======

<br/>

nebula 3.x的maven项目引入坐标:
```
<dependency>
<groupId>io.github.anyzm</groupId>
<artifactId>graph-ocean</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
```

<br/>

>>>>>>> c37ab84... Update README.md
1.0.0支持的是nebula-java2.0.0-rc1,这个版本的java客户端亲测可以支持nebula 2.5.0,猜想应该也能支持nebula2系列的各服务端版本(未一一验证,大家可以先在测试环境验证)。
<br/>
另外如果nebula-java客户端的连接池API没有改动的话,也可以在pom中剔除nebula-java,然后引入自己需要的客户端版本。
Expand Down

0 comments on commit d27bb47

Please sign in to comment.