Skip to content

jack-fan-mou/netty-msg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一个简单rpc框架,基于netty

springboot 集成

使用protobuf编解码

protobuf 生成工具说明

1、下载工具地址 https://github.com/protocolbuffers/protobuf/releases/tag/v3.20.1
2、使用jar版本最好与工具版本一致,否则生成的代码某些方法不支持,

<dependency>
    <groupId>com.google.protobuf</groupId>
    <artifactId>protobuf-java</artifactId>
    <version>3.20.1</version>
</dependency>

About

netty springboot message protobuf

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published