Explorar el Código

fix:项目服务名称

Roc hace 6 días
padre
commit
7fe8f50348
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      main.go

+ 3 - 0
main.go

@@ -23,6 +23,9 @@ func main() {
 		web.BConfig.WebConfig.DirectoryIndex = true
 		web.BConfig.WebConfig.StaticDir["/swagger"] = "swagger"
 	}
+	// 服务名称
+	web.BConfig.ServerName = utils.APPNAME
+
 	go services.Task()
 
 	// 初始化表数据入库