This is an automated email from the ASF dual-hosted git repository. wangxiaobin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push: new 51c45df50ff Update protobuf.md (#2949) 51c45df50ff is described below commit 51c45df50ff8c1fa36078af08b38003027af9004 Author: wxbty <38374721+wx...@users.noreply.github.com> AuthorDate: Mon Apr 1 16:32:27 2024 +0800 Update protobuf.md (#2949) --- .../java-sdk/reference-manual/serialization/protobuf.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf.md b/content/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf.md index 6228d88d649..2ff703ed4ae 100644 --- a/content/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf.md +++ b/content/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf.md @@ -18,7 +18,16 @@ Protocol Buffers是一种开源跨平台的序列化数据结构的协议。其 ## 2 使用方式 -### 2.1 配置启用 +### 2.1 引入依赖 +```xml +<dependency> + <groupId>org.apache.dubbo</groupId> + <artifactId>dubbo-serialization-protobuf</artifactId> + <version>2.7.23</version> +</dependency> +``` + +### 2.2 配置启用 ```yaml