1 Star 0 Fork 195

花木水之间/物联大师

forked from 杰神/物联大师 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
杰神 提交于 2024-10-25 04:49 . 简化代码,基础库与bucket共用
package main
import (
"github.com/god-jason/bucket/boot"
"github.com/god-jason/bucket/log"
"github.com/god-jason/bucket/web"
"github.com/god-jason/iot-master/api"
)
func main() {
defer boot.Shutdown()
err := boot.Startup()
if err != nil {
log.Error(err)
return
}
//注册前端接口
api.RegisterRoutes(web.Engine.Group("/api"))
//附件
//web.Engine.Static("/static", "static")
web.Static.PutDir("/", "www", "/", "index.html")
//web.Engine.Static("/attach", filepath.Join(viper.GetString("data"), "attach"))
err = web.Serve()
if err != nil {
log.Error(err)
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/huamushuizhijian/iot-master.git
git@gitee.com:huamushuizhijian/iot-master.git
huamushuizhijian
iot-master
物联大师
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385