1 Star 0 Fork 0

李硕/bwybapi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.go 659 Bytes
一键复制 编辑 原始数据 按行查看 历史
china-li-shuo 提交于 2023-05-19 15:54 . 排行榜
package main
import (
_ "bwybapi/routers"
beego "github.com/beego/beego/v2/server/web"
)
func main() {
if beego.BConfig.RunMode == "dev" {
beego.BConfig.WebConfig.DirectoryIndex = true
beego.BConfig.WebConfig.StaticDir["/swagger"] = "swagger"
}
////实例化定时任务 github.com/robfig/cron
//c := cron.New()
//c.AddFunc("*/5 * * * *", func() {
// //发起请求
// req, err := http.Get("http://127.0.0.1:2012/user/cron")
// if err != nil {
// // Handle error
// fmt.Println("err")
// }
// // Make sure to close the response body when we're done
// defer req.Body.Close()
//})
////启动定时任务
//c.Start()
beego.Run()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kezuo/bwybapi.git
git@gitee.com:kezuo/bwybapi.git
kezuo
bwybapi
bwybapi
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385