The Wayback Machine - https://web.archive.org/web/20201114212822/https://github.com/topics/gin
Skip to content
#

Gin

gin logo

Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

Here are 937 public repositories matching this topic...

piexlmax
piexlmax commented Sep 7, 2020

请对应版本进行观看初始化数据的方式
V2.0.0~V2.2.0

  • 自行新建数据库,并导入server/db的qmPlus.sql

V2.3.0~V2.3.31

  • comfig.yaml 的mysql的账号密码配置自行修改
  • config.yaml 中的 system 下存在一行 need-init-data: false 将此参数设定为 true
  • 启动项目就自动通过代码方式进行初始化数据 切记初次开启后 记得关闭

V2.3.4~master

  • 配置好 server/config.yamlmysql 中的 path , db-name, username ,password,其他的按需修改
  • 我们 [flipped-aurora](https://github.com/fli

Created by Manu MA, Javier Provecho Fernandez

Released June 30, 2014

Latest release 7 months ago

Repository
gin-gonic/gin
Website
gin-gonic.com

Related Topics

framework go router
You can’t perform that action at this time.