1 Star 1 Fork 0

MrLeeang / gin-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

GIN-TEMPLATE

GIN-TEMPLATE是一款基于GIN的后台框架,支持对接vue-element-admin、vue-admin-template、vue-admin-beautiful等前端框架

🎉 特性

  • 💪 AES加密
  • 💅 RBAC 模型
  • 🌍 JWT 权限控制
  • 📦️ 接口流量控制
  • 💪 日志管理
  • 📦️ 微服务架构
  • 🌍 短信服务
  • 💪 邮件服务
  • 💅 配置管理
  • 👏 良好的类型定义
  • 🥳 开源版本支持免费商用

演示地址

- 🚀 演示地址:gin-template

安装

# 克隆项目
git clone https://github.com/MrLeeang/gin-template.git
# 进入项目目录
cd gin-template
# 安装依赖
go mod tidy
# 本地开发 启动项目
go run cmd/appv1/main.go
go run cmd/service/main.go
# 打包
go build -o app cmd/appv1/main.go
go build -o srv cmd/service/main.go

友情链接

- Element UI 表单设计及代码生成器(可视化表单设计器,一键生成 element 表单)

- Gin Web Framework

- vue-admin-better

- vue-element-admin

gin-template golang学习交流群-377948518

不管您加或者不加,您都可以享受到开源的代码,感谢您的支持和信任

config.ini 配置

[server]
; 服务端口
serverPort=8001
; 文件上传目录
uploadDir=upload
; 每秒最大访问量
maxRequest=100
; debug开关
debug=false
; 接口加密,返回值加密
encrypt=false

[service]
; 微服务地址
address=localhost:8090

[mysql]
; 数据库地址
host=localhost
; 数据库端口
port=3306
; 数据库用户名
username=root
; 数据库用户密码
password=123456
; 数据库名称
dbname=gintemplate

[consul]
address=localhost:8500

[mail]
; 登录地址
host=smtp.163.com
; 登录账号
username=xxx@163.com
; 登录密码
password=xxx
; 邮件服务
address=smtp.163.com:25
; 发件人邮箱地址
from=xxx@163.com

; 短信服务
[alibaba]
accessKeyId=
accessKeySecret=
signName=阿里云短信测试
templateCode=SMS_154950909

付费技术支持

联系:VX I-AM-Lihw

捐赠

MIT License Copyright (c) 2022 MrLeeang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

GIN-TEMPLATE是一款基于GIN的后台框架,支持对接vue-element-admin、vue-admin-template、vue-admin-beautiful等前端框架 展开 收起
Go 等 2 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Go
1
https://gitee.com/MrLeeang/gin-template.git
git@gitee.com:MrLeeang/gin-template.git
MrLeeang
gin-template
gin-template
main

搜索帮助