# file **Repository Path**: luxx666/file ## Basic Information - **Project Name**: file - **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-10-08 - **Last Updated**: 2024-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README go语言使用gin和gorm的基础模版,里面连接了mysql和redis 当前版本 :go version go1.22.4 windows/amd64 数据库配置: 1. sql:config文件 2. redis:config文件 执行命令: 1. go mod tidy (下载依赖) 2. go run main.go (启动) 出现 [GIN-debug] Listening and serving HTTP on :8080 即为成功 ![img.png](img.png)