-
自定义RPC框架netty-rpc,基于Netty构建
资源介绍
Netty RPC
基于Netty手动实现一个Java RPC框架
快速使用
约会依赖
val nettyRpcVersion = " 0.0.1-SNAPSHOT "
repositories {
maven {
setUrl( " https://maven.pkg.github.com/helloworlde/netty-rpc " )
}
}
dependencies {
implementation( " io.github.helloworlde:netty-rpc-core: ${ nettyRpcVersion } " )
implementation( " io.github.helloworlde:netty-rpc-client: ${ nettyRpcVersion } " )
implementation(
- 上一篇: Unity3D技术线.pdf
- 下一篇: Unity3D入门教程中文版