|
@@ -35,15 +35,5 @@ func RunWindowsServer() {
|
|
|
time.Sleep(10 * time.Microsecond)
|
|
time.Sleep(10 * time.Microsecond)
|
|
|
global.GVA_LOG.Info("server run success on ", zap.String("address", address))
|
|
global.GVA_LOG.Info("server run success on ", zap.String("address", address))
|
|
|
|
|
|
|
|
- fmt.Printf(`
|
|
|
|
|
- 欢迎使用 gin-vue-admin
|
|
|
|
|
- 当前版本:v2.5.3beta
|
|
|
|
|
- 加群方式:微信号:shouzi_1994 QQ群:622360840
|
|
|
|
|
- 插件市场:https://plugin.gin-vue-admin.com
|
|
|
|
|
- GVA讨论社区:https://support.qq.com/products/371961
|
|
|
|
|
- 默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
|
|
|
|
|
- 默认前端文件运行地址:http://127.0.0.1:8080
|
|
|
|
|
- 如果项目让您获得了收益,希望您能请团队喝杯可乐:https://www.gin-vue-admin.com/docs/coffee
|
|
|
|
|
-`, address)
|
|
|
|
|
global.GVA_LOG.Error(s.ListenAndServe().Error())
|
|
global.GVA_LOG.Error(s.ListenAndServe().Error())
|
|
|
}
|
|
}
|