Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 388 Bytes

readme.md

File metadata and controls

36 lines (25 loc) · 388 Bytes

Get started

  • database

install mysql

  • install packages depended
go mod tidy

Basic Information

gin

  • model
  • routers
  • service

Mysql

  • "github.com/go-sql-driver/mysql"
  • 代码新建数据类型时,需要手动在库里建立相同名字的表

Hot Restart

  • Air

config

conf/cong.yaml

host: xx.xx.xx.xx:3306
user: xxx
pwd: xxx
dbname: xxx