# proto-message-util **Repository Path**: go_into_the_new_era/proto-message-util ## Basic Information - **Project Name**: proto-message-util - **Description**: protobuf message 处理工具 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # proto-message-util #### 介绍 protobuf message 处理工具(仅 proto3) #### 软件架构 - protobuf-converter:protobuf-message类与 pojo 类互转工具 - converter-demo:测试与benchmark内容 #### 安装教程 对于 Maven 环境: ```xml com.chenjia protobuf-message-converter ${version} ``` #### 使用说明 参考 `converter-demo` 模块 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request