Explorar o código

目录及consts包名调整

yxh %!s(int64=4) %!d(string=hai) anos
pai
achega
5a614f0a15
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      internal/consts/consts_openapi.go
  2. 1 1
      manifest/config/initialize.yaml

+ 1 - 1
internal/consts/consts_openapi.go

@@ -4,5 +4,5 @@ const (
 	OpenAPITitle       = `GFast-v3`
 	OpenAPITitle       = `GFast-v3`
 	OpenAPIDescription = `基于 GoFrame2.0的后台管理系统。 Enjoy 💖 `
 	OpenAPIDescription = `基于 GoFrame2.0的后台管理系统。 Enjoy 💖 `
 	OpenAPIContactName = "GFast"
 	OpenAPIContactName = "GFast"
-	OpenAPIContactUrl = "http://www.g-fast.cn"
+	OpenAPIContactUrl  = "http://www.g-fast.cn"
 )
 )

+ 1 - 1
manifest/config/initialize.yaml

@@ -1,4 +1,4 @@
 initialize:
 initialize:
-  autoInit: true  # 开启系统自动初始化
+  autoInit: false  # 开启系统自动初始化
   configPath: "./manifest/config/db.yaml" # 生成的配置文件所在路径
   configPath: "./manifest/config/db.yaml" # 生成的配置文件所在路径
   sqlFilePath: "./resource/data/gfast-v3.sql"   # sql文件所在路径
   sqlFilePath: "./resource/data/gfast-v3.sql"   # sql文件所在路径