1 Star 0 Fork 0

itmrliu / cmall-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 346 Bytes
一键复制 编辑 原始数据 按行查看 历史
congz666 提交于 2020-10-28 21:38 . 加入超时订单处理功能
/*
* @Descripttion:
* @Author: congz
* @Date: 2020-06-10 10:58:11
* @LastEditors: congz
* @LastEditTime: 2020-10-28 11:58:57
*/
package main
import (
"cmall/conf"
"cmall/model"
"cmall/server"
)
func main() {
// 从配置文件读取配置
conf.Init()
model.ListenOrder()
// 装载路由
r := server.NewRouter()
r.Run(":3000")
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/itmrliu/cmall-go.git
git@gitee.com:itmrliu/cmall-go.git
itmrliu
cmall-go
cmall-go
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891