huangjiajun 1ヶ月前
コミット
02d333067d
1個のファイルの変更7行の追加8行の削除
  1. +7
    -8
      main.go

+ 7
- 8
main.go ファイルの表示

@@ -16,15 +16,14 @@ import (
"applet/app/utils"
)

//系统初始化
// 系统初始化
func init() {
cfg.InitCfg() //配置初始化
cfg.InitLog() //日志初始化
cfg.InitCache() //缓存初始化
cfg.InitCacheSecond() //缓存初始化
cfg.InitMq() //缓存初始化
cfg.InitEs() //ElasticSearch初始化
if cfg.Debug { //判断是否是debug
cfg.InitCfg() //配置初始化
cfg.InitLog() //日志初始化
cfg.InitCache() //缓存初始化
cfg.InitMq() //缓存初始化
cfg.InitEs() //ElasticSearch初始化
if cfg.Debug { //判断是否是debug
if err := db.InitDB(cfg.DB); err != nil { //主数据库初始化
panic(err)
}


読み込み中…
キャンセル
保存