diff --git a/src/HttpServer/main/main.go b/src/HttpServer/main/main.go index 3f58dae..4c3395a 100644 --- a/src/HttpServer/main/main.go +++ b/src/HttpServer/main/main.go @@ -7,6 +7,7 @@ import ( "HttpServer/redishandler" "common/logger" "flag" + "mysql" "os" "runtime/pprof" "time" @@ -51,11 +52,11 @@ func main() { return } - /*err = mysql.InitMysql() + err = mysql.InitMysql() if err != nil { logger.Error("err init mysql err=%v", err) return - }*/ + } err = jsonconf.LoadJsonConf() if err != nil { -- libgit2 0.21.0