# go-micro+gin **Repository Path**: lchb/gomicro_gin ## Basic Information - **Project Name**: go-micro+gin - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-03 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-micro+gin #### 介绍 基于go-micro体系的微服务架构 #### 软件架构 ``` 1,采用endpoint + transport + service三层机构体系 2,注册中心使用etcd 3,配置中心nacos 4,数据库mysql 5,服务调用gRPC协议 6,http服务使用gin框架 ```