From b7a8867716fe72dccf7735f761d9d2d79387a1a6 Mon Sep 17 00:00:00 2001 From: xiabin Date: Wed, 15 Jan 2025 10:31:14 +0800 Subject: [PATCH] update:readme --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91c33a9..b426c4f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ -## database dsn -``` -root:youtu!0113@tcp(localhost:3306)/ecpm?charset=utf8&parseTime=True&loc=Local +# 部署&运行 + +## 运行 +```shell +go env -w GOPRIVATE="gitea.youtukeji.com.cn" #设置私有仓库 +go mod tidy ``` +## 部署 + + + + +# 开发 ## dao生成 #### 通过gentool生成,model和query目录下的文件