feat(user): 添加 GORM 代码生成工具并更新数据库配置

- 在项目中引入 GORM 相关依赖
- 添加 GORM代码生成工具 gen.go
- 更新 MySQL 数据库配置
- 新增 .env 文件到 .gitignore
This commit is contained in:
2025-01-17 17:54:00 +08:00
parent d696206dc7
commit e7ff1dc87d
10 changed files with 404 additions and 10 deletions
+1
View File
@@ -33,3 +33,4 @@ _testmain.go
/.vscode
/output
*.local.yml
.env