Browse Source

切换数据源

xiaowang 4 days ago
parent
commit
0f3fdb42c6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/db.setting

+ 2 - 2
src/main/resources/db.setting

@@ -1,7 +1,7 @@
 ## db.setting文件
-url = jdbc:mysql://192.168.12.20:33306/etadm-local
+url = jdbc:mysql://192.168.12.201:3306/etadm-gs
 user = root
-pass = mysql_G3nWZC
+pass = pe7FCKeWmGGY
 ## 可选配置
 # 是否在日志中显示执行的SQL
 showSql = true