Go to file
骑着蜗牛追导弹 46fc82c849 调整数据结构 2024-02-04 21:14:10 +08:00
.gitee Initial commit 2024-02-04 08:37:11 +00:00
.idea init 2024-02-04 16:45:36 +08:00
sql update sql data 2024-02-04 20:18:17 +08:00
src 调整数据结构 2024-02-04 21:14:10 +08:00
web 调整数据结构 2024-02-04 21:14:10 +08:00
.gitignore upload web 2024-02-04 16:54:24 +08:00
LICENSE Initial commit 2024-02-04 08:37:11 +00:00
README.md 新增路由说明 2024-02-04 19:15:00 +08:00
application-dev.yml 调整数据结构 2024-02-04 21:14:10 +08:00
application.yml init 2024-02-04 19:14:13 +08:00
go.mod init 2024-02-04 19:14:13 +08:00
go.sum init 2024-02-04 19:14:13 +08:00
main.go init 2024-02-04 19:14:13 +08:00

README.md

d2admin-service

项目说明

前端https://gitee.com/d2-projects/d2-admin-start-kit

后端从零开始。无依赖Casbin无二次封装适合学习。

文档地址

# gin
https://gin-gonic.com/docs/quickstart
# gorm
https://gorm.io/zh_CN/docs/index.html

结构说明

1、所有API接口必须在"src/infra/bind_api.go"上定义与"gin.HandlerFunc"的绑定关系
2、所有API接口必须在"system_router"表中定义

golang版本

go1.21.5 darwin/amd64

安装依赖并启动

go mod tidy
go run main.go

构建

go build -o d2admin-service