Nav apraksta

urbanu e1eef3bb2b 谷歌账号登录 1 mēnesi atpakaļ
apis e1eef3bb2b 谷歌账号登录 1 mēnesi atpakaļ
cmds e52fb364c0 数据库迁移表 1 mēnesi atpakaļ
commons fd5c76de2f 这次改动主要实现了: 1 mēnesi atpakaļ
deployment e47c361f16 user api service code init 1 mēnesi atpakaļ
k8s_config e47c361f16 user api service code init 1 mēnesi atpakaļ
sql e47c361f16 user api service code init 1 mēnesi atpakaļ
tasks fd5c76de2f 这次改动主要实现了: 1 mēnesi atpakaļ
.gitignore 7fc3136e9a .gitignore 1 mēnesi atpakaļ
.gitlab-ci.yml e47c361f16 user api service code init 1 mēnesi atpakaļ
Deployment.md e47c361f16 user api service code init 1 mēnesi atpakaļ
Dockerfile e47c361f16 user api service code init 1 mēnesi atpakaļ
PLAN.md e47c361f16 user api service code init 1 mēnesi atpakaļ
README.md e47c361f16 user api service code init 1 mēnesi atpakaļ
Taskfile.yaml e47c361f16 user api service code init 1 mēnesi atpakaļ
go.mod 9cec900f52 go.mod 1 mēnesi atpakaļ
main.go e47c361f16 user api service code init 1 mēnesi atpakaļ
sign_test.go e47c361f16 user api service code init 1 mēnesi atpakaļ

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