main.go
@@ -47,6 +47,8 @@ ReadTimeout: 5 * time.Second, WriteTimeout: 5 * time.Second, } logx.Infof("server start success! \n\n\t- Local: \thttp://localhost:%v/\n\t- Network: \thttp://%v:%v/\n", conf.WebConf.Port, conf.WebConf.Host, conf.WebConf.Port) go shutdown(server) //启动grpc客户端 //go controllers.InitInventoryOrderServiceConn()