From 918c16853c70c80634eb2bf327c748482d3f5fd6 Mon Sep 17 00:00:00 2001 From: godotg Date: Sat, 28 Oct 2023 09:26:54 +0800 Subject: [PATCH] doc[protocol]: update document --- protocol/README.md | 3 --- protocol/README_CN.md | 2 -- 2 files changed, 5 deletions(-) diff --git a/protocol/README.md b/protocol/README.md index 287110e36..11b71811d 100644 --- a/protocol/README.md +++ b/protocol/README.md @@ -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)); diff --git a/protocol/README_CN.md b/protocol/README_CN.md index 50331a653..6e7f9213f 100644 --- a/protocol/README_CN.md +++ b/protocol/README_CN.md @@ -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));