# gojm_gin **Repository Path**: jzwdm_admin/gojm_gin ## Basic Information - **Project Name**: gojm_gin - **Description**: go gin api 快速开发脚手架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gin_api #### 介绍 go api 框架 gin+mysql #### 软件架构 使用 gin 快速开发API脚手架 #### 使用方式 ``1、本脚手架使用go mod 无需放在src下面`` ``2、go mod init gojm_gin`` ``3、go mod vendor`` ``4、可以安装fresh这样可以热更新 go get github.com/pilu/fresh`` ``5、启动方式 1)go run main.go 2)fresh`` ``6、快捷生成grom struct 按需求修改 models/config.yml配置文件,1)win直接运行gormt.exe 2)linux ./gormt运行`` #### 模块 ``1、session`` ``2、Cors跨域`` ``3、JWT`` ``4、logger日志`` ``5、mysql`` ``6、redis`` ``7、分页`` ``8、gorm`` ``8、gormt``