新增服务器参数工具文件,修改8000->8888,删除多余的依赖文件

This commit is contained in:
SliverHorn
2020-09-24 16:35:38 +08:00
parent 621069eee7
commit 329d3fc622
3 changed files with 64 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ func RunWindowsServer() {
fmt.Printf(`欢迎使用 Gin-Vue-Admin
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
默认前端文件运行地址:http://127.0.0.1:8000
默认前端文件运行地址:http://127.0.0.1:8080
`, address)
global.GVA_LOG.Error(s.ListenAndServe().Error())
}