暫無描述

urbanu 4cbdc62228 facebook一键登录 1 月之前
apis 4cbdc62228 facebook一键登录 1 月之前
cmds da34c6b772 修复了密码明文存储、暴力破解防护(4处)、事务/原子操作安全(6处)、SQL 正确性(ROW_NUMBER、CONCAT)、GORM 状态污染、N+1 查询优化、登录响应补全 email、以及 4处硬编码中文改用 ctx.I18n() 国际化 1 月之前
commons 4cbdc62228 facebook一键登录 1 月之前
deployment e47c361f16 user api service code init 1 月之前
k8s_config e47c361f16 user api service code init 1 月之前
sql e47c361f16 user api service code init 1 月之前
tasks fd5c76de2f 这次改动主要实现了: 1 月之前
.gitignore a8278fcdb2 telegram 一键登录 1 月之前
.gitlab-ci.yml e47c361f16 user api service code init 1 月之前
Deployment.md e47c361f16 user api service code init 1 月之前
Dockerfile e47c361f16 user api service code init 1 月之前
PLAN.md e47c361f16 user api service code init 1 月之前
README.md e47c361f16 user api service code init 1 月之前
Taskfile.yaml e47c361f16 user api service code init 1 月之前
go.mod 53fb952c2f fix 1 月之前
main.go e47c361f16 user api service code init 1 月之前
sign_test.go e47c361f16 user api service code init 1 月之前

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