mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-20 07:27:17 +00:00
doc[zfoo]: update doc
This commit is contained in:
@@ -47,7 +47,7 @@ Perfect work development process, complete online solution
|
||||
Ⅳ. Maven dependency✨
|
||||
------------
|
||||
|
||||
**JDK 17+**,**OpenJDK** or **Oracle JDK**
|
||||
**JDK 17+**,**OpenJDK**, **Oracle JDK**, **GraalVM**
|
||||
|
||||
```
|
||||
<dependency>
|
||||
@@ -57,8 +57,18 @@ Perfect work development process, complete online solution
|
||||
</dependency>
|
||||
```
|
||||
|
||||
- If you don't want to depend all zfoo modules, you only need to choose to depend on one of them
|
||||
|
||||
Ⅴ. Install and use⭐
|
||||
```
|
||||
<dependency>
|
||||
<groupId>com.zfoo</groupId>
|
||||
<artifactId>protocol</artifactId>
|
||||
<version>3.1.4</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
||||
Ⅴ. Usage⭐
|
||||
------------
|
||||
|
||||
#### 1. [protocol](protocol/README.md) ultimate performance serialization and deserialization
|
||||
|
||||
+12
-2
@@ -49,7 +49,7 @@
|
||||
Ⅳ. Maven依赖✨
|
||||
------------
|
||||
|
||||
**JDK 17+**,**OpenJDK** or **Oracle JDK**
|
||||
**JDK 17+**,**OpenJDK**, **Oracle JDK**, **GraalVM**
|
||||
|
||||
```
|
||||
<dependency>
|
||||
@@ -59,7 +59,17 @@
|
||||
</dependency>
|
||||
```
|
||||
|
||||
Ⅴ. 安装和使用⭐
|
||||
- 如果不想引入全部的zfoo模块,只需要选择依赖其中一个模块
|
||||
|
||||
```
|
||||
<dependency>
|
||||
<groupId>com.zfoo</groupId>
|
||||
<artifactId>protocol</artifactId>
|
||||
<version>3.1.4</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
Ⅴ. 使用⭐
|
||||
------------
|
||||
|
||||
#### 1. [protocol](protocol/README.md) 极致性能的Java序列化和反序列化库
|
||||
|
||||
Reference in New Issue
Block a user