urban b60a390164 fix 3 هفته پیش
..
apis b60a390164 fix 3 هفته پیش
cmds 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
commons b60a390164 fix 3 هفته پیش
deployment 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
k8s_config 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
sql 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
tasks 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
telegram b60a390164 fix 3 هفته پیش
.gitignore 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
.gitlab-ci.yml 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
Deployment.md 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
Dockerfile 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
PLAN.md 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
README.md 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
Taskfile.yaml 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
go.mod 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
go.sum 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
main.go 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش
migrate_only.go f0547f914e feat: 实现 Telegram 红包机器人核心功能 3 هفته پیش
sign_test.go 969561b519 Initial commit: lucky_bot project setup 3 هفته پیش

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