Browse Source

默认数据库更名

pixel 5 years ago
parent
commit
fc0693834e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      QMPlusServer/docs/docs.go
  2. 1 1
      QMPlusServer/static/dbconfig/config.json

+ 1 - 1
QMPlusServer/docs/docs.go

@@ -1,6 +1,6 @@
 // GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
 // This file was generated by swaggo/swag at
-// 2019-12-13 14:26:18.8216929 +0800 CST m=+0.080748501
+// 2019-12-13 14:31:12.9298434 +0800 CST m=+0.056881601
 
 package docs
 

+ 1 - 1
QMPlusServer/static/dbconfig/config.json

@@ -3,7 +3,7 @@
     "username": "root",
     "password": "Aa@6447985",
     "path": "127.0.0.1:3306",
-    "dbname": "yx",
+    "dbname": "qmplus",
     "config": "charset=utf8&parseTime=True&loc=Local"
   }
 }