This commit is contained in:
liuchangshun 2023-11-22 10:09:06 +08:00
parent c28cf29933
commit 77354efdd7

View File

@ -28,7 +28,7 @@ func main() {
lxrun.Run("prod", "8989", func() {
//可执行定时器等等
fmt.Println("run cron、mq")
}, router, lxzap.LogConfig{})
}, router, lxzap.LogConfig{}, lxDb.DbConfig{}, lxDb.RedisConfig{})
}
func router(router *gin.Engine) {