wangpengfei
2023-08-25 25c573d55986e02cf5f70cc3868e2b94a4be98e2
service/system/sys_initdb_mysql.go
@@ -6,16 +6,16 @@
   "fmt"
   "path/filepath"
   "github.com/flipped-aurora/gin-vue-admin/server/config"
   "github.com/gookit/color"
   "srm/config"
   "github.com/flipped-aurora/gin-vue-admin/server/utils"
   "srm/utils"
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   "github.com/flipped-aurora/gin-vue-admin/server/model/system/request"
   "github.com/gofrs/uuid/v5"
   "gorm.io/driver/mysql"
   "gorm.io/gorm"
   "srm/global"
   "srm/model/system/request"
)
type MysqlInitHandler struct{}