Нема описа

urbanu 0db8d54045 任务记录、创建任务 пре 1 месец
apis 0db8d54045 任务记录、创建任务 пре 1 месец
cmds e52fb364c0 数据库迁移表 пре 1 месец
commons 0db8d54045 任务记录、创建任务 пре 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