1 Star 0 Fork 18

hglong / newbee-mall-api-go

forked from newbee-ltd / newbee-mall-api-go 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhoule 提交于 2022-06-14 22:43 . newbee-mall-api go语言版正式开源
package main
import (
"main.go/core"
"main.go/global"
"main.go/initialize"
)
func main() {
global.GVA_VP = core.Viper() // 初始化Viper
global.GVA_LOG = core.Zap() // 初始化zap日志库
global.GVA_DB = initialize.Gorm() // gorm连接数据库
core.RunWindowsServer()
}
Go
1
https://gitee.com/hglong/newbee-mall-api-go.git
git@gitee.com:hglong/newbee-mall-api-go.git
hglong
newbee-mall-api-go
newbee-mall-api-go
main

搜索帮助