feat:完善入驻信息管理
This commit is contained in:
@ -51,7 +51,13 @@ func (this *Serve) Run() {
|
||||
})
|
||||
})
|
||||
cache.Init()
|
||||
orm.Init()
|
||||
//orm.Init()
|
||||
// TODO:待优化完善
|
||||
orm.NewInstance(
|
||||
orm.WithDebug(config.SettingInfo.Engine.Debug),
|
||||
orm.WithDBMode(config.SettingInfo.Engine.DBMode),
|
||||
//orm.WithMysqlUser(config.SettingInfo.Engine.Mysql.User),
|
||||
).Init()
|
||||
task.Init()
|
||||
common.Init()
|
||||
cron.Init()
|
||||
|
Reference in New Issue
Block a user