# netty-learn **Repository Path**: bigheadxia/netty-learn ## Basic Information - **Project Name**: netty-learn - **Description**: netty,protobuf,thrift 学习demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-04-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netty-learn #### 介绍 netty-protobuf 使用demo # 1. 学习使用protobuf 2. 学习subtree子仓库的使用 ####项目结构 ```cmd ├─main │ ├─java │ │ ├─com │ │ │ └─leijie │ │ │ ├─client #客户端 │ │ │ └─server #服务端 │ │ │ │ │ └─sub #引用的子仓库 │ │ │ └─resources └─test ├─java └─resources ```