Нет описания

urbanu fd5c76de2f 这次改动主要实现了: 1 месяц назад
apis fd5c76de2f 这次改动主要实现了: 1 месяц назад
cmds ba7d7098d7 更新 1 месяц назад
commons fd5c76de2f 这次改动主要实现了: 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 ba7d7098d7 更新 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 месяц назад
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