Skip to content

Commit

Permalink
doc[protocol]: update document
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Oct 28, 2023
1 parent 75f76e0 commit 918c168
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ English | [简体中文](./README_CN.md)

- Environment requirement **JDK 17+**, support **OpenJDK**, **Oracle JDK** and **native GraalVM**

- Protocol is an independent project, does not depend on other projects, can be directly opened, locally installed to
its own local maven repository, can be used alone

```
// The zfoo protocol is registered and can only be initialized once
ProtocolManager.initProtocol(Set.of(ComplexObject.class, ObjectA.class, ObjectB.class));
Expand Down
2 changes: 0 additions & 2 deletions protocol/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

- 环境要求**JDK 17+**,支持**OpenJDK**, **Oracle JDK**, **native GraalVM**

- protocol是独立项目,不依赖其它项目,可以直接打开,本地install到自己的本地maven仓库,即可单独使用

```
// zfoo协议注册,只能初始化一次
ProtocolManager.initProtocol(Set.of(ComplexObject.class, ObjectA.class, ObjectB.class));
Expand Down

0 comments on commit 918c168

Please sign in to comment.