Browse Source

增加pgsql获取数据库和表方法 更新版本为V2.4.6 Beta

main
蒋吉兆 3 years ago
parent
commit
f11c0eec3a
  1. 2
      server/core/server.go
  2. 1
      server/initialize/gorm.go
  3. 2
      web/src/core/gin-vue-admin.js

2
server/core/server.go

@ -38,7 +38,7 @@ func RunWindowsServer() {
fmt.Printf(`
欢迎使用 github.com/flipped-aurora/gin-vue-admin/server
当前版本:V2.4.6 Apache
当前版本:V2.4.6 Beta
加群方式:微信号shouzi_1994 QQ群622360840
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html
默认前端文件运行地址:http://127.0.0.1:8080

1
server/initialize/gorm.go

@ -51,6 +51,7 @@ func RegisterTables(db *gorm.DB) {
autocode.AutoCodeExample{},
// Code generated by github.com/flipped-aurora/gin-vue-admin/server End; DO NOT EDIT.
)
if err != nil {
global.GVA_LOG.Error("register table failed", zap.Error(err))
os.Exit(0)

2
web/src/core/gin-vue-admin.js

@ -10,7 +10,7 @@ export default {
register(app)
console.log(`
欢迎使用 Gin-Vue-Admin
当前版本:V2.4.6 Apache
当前版本:V2.4.6 Beta
加群方式:微信shouzi_1994 QQ群622360840
默认自动化文档地址:http://127.0.0.1:${import.meta.env.VITE_SERVER_PORT}/swagger/index.html
默认前端文件运行地址:http://127.0.0.1:${import.meta.env.VITE_CLI_PORT}

Loading…
Cancel
Save