登录 注册
当前位置:主页 > 资源下载 > 32 > 自定义RPC框架netty-rpc,基于Netty构建

自定义RPC框架netty-rpc,基于Netty构建

  • 更新:2024-09-11 16:15:08
  • 大小:167KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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(