Go to file
骑着蜗牛追导弹 367a8b88f7 控制器与路由绑定 2024-02-04 19:14:38 +08:00
.gitee Initial commit 2024-02-04 08:37:11 +00:00
.idea init 2024-02-04 16:45:36 +08:00
src 控制器与路由绑定 2024-02-04 19:14:38 +08:00
web 漏提交了一些配置 2024-02-04 17:16:39 +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 update README.md 2024-02-04 16:57:33 +08:00
application-dev.yml init 2024-02-04 19:14:13 +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

golang版本

go1.21.5 darwin/amd64

安装依赖并启动

go mod tidy
go run main.go

构建

go build -o d2admin-service