# GRPC-Demo **Repository Path**: GF_sunny/grpc-demo ## Basic Information - **Project Name**: GRPC-Demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-21 - **Last Updated**: 2024-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 启动步骤: 1、在 common 模块中执行 mvn clean install 2、运行 server 模块的 HelloGrpcServer.java 中的 main方法,启动服务端 3、运行 client 模块的 HelloGrpcClient.java 中的 main方法,向服务端发送消息