# goClient **Repository Path**: wer1111/goClient ## Basic Information - **Project Name**: goClient - **Description**: No description available - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-07 - **Last Updated**: 2022-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # golang #####数据库: mysql #####缓存: redis #####ORM: gorm #####web: gin+swagger #### 1安装gin: go get -u github.com/gin-gonic/gin #### 2安装 gorm : go get -u github.com/jinzhu/gorm #### 3安装mysql: go get github.com/go-sql-driver/mysql #### 4安装cron:go get github.com/robfig/cron #### 5安装redis:go get github.com/go-redis/redis #### 6安装swagger:go get github.com/swaggo/gin-swagger,go get github.com/swaggo/gin-swagger/swaggerFiles #### 7 consul 访问地址:go get github.com/hashicorp/consul/api #### 8 swagger 访问地址:http://122.51.93.207:8080/swagger/index.html #### 9 rabbitmq:https://studygolang.com/articles/14367?fr=sidebar,https://www.jianshu.com/p/7414289c331f ##### mysql地址 rm-m5eqi2ws63j59v80mjo.mysql.rds.aliyuncs.com #### redis地址 r-m5eb29fdda1dbcb4pd.redis.rds.aliyuncs.com