huangjiajun 1 month ago
parent
commit
849cafb794
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      main.go

+ 0
- 1
main.go View File

@@ -22,7 +22,6 @@ func init() {
cfg.InitLog() //日志初始化
cfg.InitCache() //缓存初始化
cfg.InitMq() //缓存初始化
cfg.InitEs() //ElasticSearch初始化
if cfg.Debug { //判断是否是debug
if err := db.InitDB(cfg.DB); err != nil { //主数据库初始化
panic(err)


Loading…
Cancel
Save