# grpc-application **Repository Path**: laixhe/grpc-application ## Basic Information - **Project Name**: grpc-application - **Description**: application examples - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-25 - **Last Updated**: 2025-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### etcd 单机版 > 下载: https://github.com/etcd-io/etcd/releases > > 目前使用版本: https://github.com/etcd-io/etcd/releases/tag/v3.5.18 ``` # 启动 ./etcd --listen-client-urls=http://0.0.0.0:2379 --advertise-client-urls=http://0.0.0.0:2379 ```