Skip to content

Commit

Permalink
Update protobuf.md (#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxbty committed Apr 1, 2024
1 parent 7d01de0 commit 51c45df
Showing 1 changed file with 10 additions and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 51c45df

Please sign in to comment.