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