urban 8d4dceef6d chore: 添加编译产物忽略规则及PM2部署命令 2 hafta önce
..
apis 7dd01298bb feat: 红包系统多语言支持、过期自动结算、币种联动 3 hafta önce
cmds 7dd01298bb feat: 红包系统多语言支持、过期自动结算、币种联动 3 hafta önce
commons 7dd01298bb feat: 红包系统多语言支持、过期自动结算、币种联动 3 hafta önce
deployment 969561b519 Initial commit: lucky_bot project setup 3 hafta önce
k8s_config 969561b519 Initial commit: lucky_bot project setup 3 hafta önce
sql 969561b519 Initial commit: lucky_bot project setup 3 hafta önce
tasks 7dd01298bb feat: 红包系统多语言支持、过期自动结算、币种联动 3 hafta önce
telegram 7dd01298bb feat: 红包系统多语言支持、过期自动结算、币种联动 3 hafta önce
.gitignore 969561b519 Initial commit: lucky_bot project setup 3 hafta önce
.gitlab-ci.yml 969561b519 Initial commit: lucky_bot project setup 3 hafta önce
Deployment.md 969561b519 Initial commit: lucky_bot project setup 3 hafta önce
Dockerfile 969561b519 Initial commit: lucky_bot project setup 3 hafta önce
PLAN.md 969561b519 Initial commit: lucky_bot project setup 3 hafta önce
README.md 8d4dceef6d chore: 添加编译产物忽略规则及PM2部署命令 2 hafta önce
Taskfile.yaml 969561b519 Initial commit: lucky_bot project setup 3 hafta önce
go.mod 969561b519 Initial commit: lucky_bot project setup 3 hafta önce
go.sum 969561b519 Initial commit: lucky_bot project setup 3 hafta önce
main.go 969561b519 Initial commit: lucky_bot project setup 3 hafta önce
migrate_only.go f0547f914e feat: 实现 Telegram 红包机器人核心功能 3 hafta önce
sign_test.go 969561b519 Initial commit: lucky_bot project setup 3 hafta önce

README.md

使用模版的步骤
1、使用命令:go run main.go migrate  初始化数据库表结构
代码位置: juapp_template\app_server\cmds\migrate.go 

2、使用命令:go run main.go data  初始化数据
代码位置:juapp_template\app_server\commons\model\entity\dataInit.go

3、使用命令:go run main.go config  初始化配置文件
生成的配置文件路径:juapp_template\app_server\conf.d

pm2 start ./lucky_bot_server --name "lucky_bot_server" -- api pm2 logs lucky_bot_server --lines 100