netty-rpc:基于netty的自定义RPC框架

时间:2021-04-02 17:00:25
【文件属性】:
文件名称:netty-rpc:基于netty的自定义RPC框架
文件大小:167KB
文件格式:ZIP
更新时间:2021-04-02 17:00:25
netty rpc Java 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(

网友评论