From 743614db00f9b8cd9a97997a743f9c161e493aea Mon Sep 17 00:00:00 2001 From: yinbentan <yinbentan@live.com> Date: 星期三, 10 七月 2024 20:55:28 +0800 Subject: [PATCH] 车间分组配置 --- main.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/main.go b/main.go index 9ff533d..bbe44dc 100644 --- a/main.go +++ b/main.go @@ -37,6 +37,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) //瀹氭椂浠诲姟鍒濆鍖� task.Init() -- Gitblit v1.8.0