gins

command module
v0.0.0-...-376692f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

README

gins

基于Gin 进行常用第三方插件封装,保持它的轻量、性能 拥有日志、配置、数据库(Mysql、Mssql、Oracle、Pgsql、Sqlite)、Redis、Swagger基础功能

直接上手业务,无需过多关注基础建设

在线体验

  • admin/123456

演示地址:https://cloud.twelvet.cn

支持Linux一件Docker启动

需要自行安装go、docker、docker-compose

# build
go build -v
# 进入脚本目录
cd ./docker
# 可执行权限
chmod 751 deploy.sh
# 执行启动(按需执行参数,[init|port|base|server|stop|rm])
# 初始化
./deploy.sh init
# 基础服务
./deploy.sh base
# 启动gins
./deploy.sh server

开源共建

开源协议

twelvet 开源软件遵循 Apache 2.0 协议。 允许商业使用,但务必保留类作者、Copyright 信息。

其他说明
  1. 欢迎提交 PR,注意对应提交对应分支 代码规范 spring-javaformat

    代码规范说明
    1. 由于 spring-javaformat 强制所有代码按照指定格式排版,未按此要求提交的代码将不能通过合并(打包)
    2. 如果使用 IntelliJ IDEA 开发,请安装自动格式化软件 spring-javaformat-intellij-idea-plugin
    3. 其他开发工具,请参考 spring-javaformat 说明,或提交代码前在项目根目录运行下列命令(需要开发者电脑支持mvn命令)进行代码格式化
      mvn spring-javaformat:apply
      
  2. 欢迎提交 issue,请写清楚遇到问题的原因、开发环境、复显步骤。

🤝鸣谢

感谢jetbrains提供的许可证jetbrains

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL