Sen descrición

urbanu 8d0b7ea697 fix: 修复排行榜时区问题导致数据不显示 hai 1 mes
apis 8d0b7ea697 fix: 修复排行榜时区问题导致数据不显示 hai 1 mes
cmds da34c6b772 修复了密码明文存储、暴力破解防护(4处)、事务/原子操作安全(6处)、SQL 正确性(ROW_NUMBER、CONCAT)、GORM 状态污染、N+1 查询优化、登录响应补全 email、以及 4处硬编码中文改用 ctx.I18n() 国际化 hai 1 mes
commons 76cbdfecb3 feat(task): 任务打回/重新提交功能 hai 1 mes
deployment e47c361f16 user api service code init hai 1 mes
k8s_config e47c361f16 user api service code init hai 1 mes
sql e47c361f16 user api service code init hai 1 mes
tasks fd5c76de2f 这次改动主要实现了: hai 1 mes
.gitignore a8278fcdb2 telegram 一键登录 hai 1 mes
.gitlab-ci.yml e47c361f16 user api service code init hai 1 mes
Deployment.md e47c361f16 user api service code init hai 1 mes
Dockerfile e47c361f16 user api service code init hai 1 mes
PLAN.md e47c361f16 user api service code init hai 1 mes
README.md e47c361f16 user api service code init hai 1 mes
Taskfile.yaml e47c361f16 user api service code init hai 1 mes
go.mod 53fb952c2f fix hai 1 mes
main.go e47c361f16 user api service code init hai 1 mes
sign_test.go e47c361f16 user api service code init hai 1 mes

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