# rpc-netty-zookeeper **Repository Path**: surand/rpc-netty-zookeeper ## Basic Information - **Project Name**: rpc-netty-zookeeper - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rpc-netty-demo ## 视频详见 DOCS 下 ## 项目分为三个模块 1. rpc-common > 该模块为公共模块,存放整个项目的公共依赖, 公共 bean 和 工具类 2. rpc-consumer > 该模块为消费者, 负责消息的投递, 启动入口为 com.lagou.java.ClientBootstrap#main 3. rpc-provider > 该模块为 netty server, 启动端口为 8081 > 启动入口为 com.lagou.java.NettyServerBootstrap#main > > 启动服务:http://localhost:8081/up/8866 > > 下线服务:http://localhost:8081/down/8866 4. 作业三: 模块 rpc-mysql-connection-pool-flush > 启动入口: > > ​ com.lagou.java.Application#main > > sql 文件位置: > > ​ rpc-mysql-connection-pool-flush > > ​ /src/ > > ​ zk-test1.sql > > ​ zk-test2.sql > > 数据查看地址: > > 数据库切换地址1: > > 数据库切换地址2: