README.md

    Image text

    - golang版本 >= v1.14
    - IDE推荐:Goland

    环境搭建视频:

    点击视频播放

    使用 go.mod

    安装go依赖包

    go list (go mod tidy)

    编译

    go build

    运行

    go run main.go

    界面登陆密码

    用户名:admin
    密  码:admin123

    整理代码结构

    gin-xdorg
    ├── api/v1 -- 主要API
    |   ├── sys_initdb.go -- ico
    |   └── sys_user.go --  
    ├── config -- 配置文件 设定操作的结构体
    |   ├── auto_code.go -- ico captcha.go
    |   ├── ... -- ico captcha.go
    |   └── zap.go -- core
    ├── core -- 主要结构代码
    |   ├── server_other.go -- ico captcha.go
    |   ├── ... -- ico captcha.go
    |   └── zap.go -- 
    ├── docs -- 文档系统
    |   ├── docs.go -- ico captcha.go
    |   ├── swagger.json -- json
    |   └── swagger.yaml -- yaml  
    ├── global -- global
    ├── initialize -- initialize 
    ├── middleware -- 中间键
    ├── model -- global
    │   ├── request  -- 所有请求model结构体
    |   |   ├── common.go 
    |   |   ├── ...
    |   |   └── sys_user.go -- yaml  
    |   ├── response  -- 返回数据
    |   |   ├── common.go 
    |   |   ├── ...
    |   |   └── sys_user.go -- yaml  
    ├── packfile -- 文件写入
    ├── resource -- 资源文件
    ├── router -- 路由
    ├── service -- service层
    ├── source -- 文件目录操作 
    ├── utils
    ├── config.yaml  -- 
    ├── Dockerfile  -- docker配置
    ├── go.mod    -- mod 配置
    ├── go.sum -- sum
    ├── latest_log  -- vue-cli 配置
    └── main.go  -- package.json

    License

    MegEngine is Licensed under the Apache License, Version 2.0
    Copyright (c) 2014-2021 Megvii Inc. All rights reserved.

    项目简介

    gin-xdorg是一个基于gin开发的后台管理系统,集成jwt鉴权,动态路由,动态菜单,casbin鉴权,表单生成器,代码生成器,Excel导入导出等功能,与vue-xdorg结合使用构成前后端分离的系统框架,提供多种示例文件,以便让使用者把更多时间专注在业务开发上。

    发行版本

    当前项目没有发行版本

    贡献者 1

    XuanDai @xuan_xuan_2

    开发语言

    • Go 89.6 %
    • Smarty 9.0 %
    • HTML 1.4 %
    • CSS 0.0 %