文件名称:ant-forum-admin:博客系统,gin,casbin,jwt,restful api
文件大小:89KB
文件格式:ZIP
更新时间:2024-03-31 10:58:58
系统开源
开始 启动 go run main.go 生成api文档 swag init 访问 使用air启动 安装空气 go get -v github.com/cosmtrek/air/cmd/... 创建.air.conf文件 可以复制里面的air.conf.example内容 启动 根目录下 air 遇到的一些问题 如何方式gorm save的时候覆盖create_at细分 db.Save(&user)会共同更新created_at。为了使created_at细分的值不被重置,可以使用省略忽略前缀。即:db.Omit(“ created_at”)。Save(&user)
【文件预览】:
ant-forum-admin-master
----pkg()
--------auth()
--------constvar()
--------errno()
--------token()
--------version()
----.air.conf(1KB)
----log()
--------ant_forum.log(297KB)
----handler()
--------sd()
--------v1()
----config()
--------config.go(2KB)
----conf()
--------config.yaml(734B)
--------rbac_model.conf(349B)
----docs()
--------swagger.json(48KB)
--------docs.go(50KB)
--------swagger.yaml(23KB)
----model()
--------init.go(2KB)
--------categories.go(1KB)
--------menu.go(2KB)
--------articles.go(2KB)
--------tags.go(1KB)
--------base_model.go(415B)
--------role.go(1KB)
--------user.go(2KB)
----main.go(2KB)
----.gitignore(19B)
----forum.sql(5KB)
----service()
--------categories.go(516B)
--------menu.go(443B)
--------articles.go(1KB)
--------tags.go(410B)
--------role.go(398B)
--------users.go(448B)
----README.md(602B)
----util()
--------util.go(320B)
--------setcasbin.go(1KB)
----router()
--------router.go(3KB)
--------middleware()