Browse Source

修改备份数据库

rainwer 5 months ago
parent
commit
e2d05b2211
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/application-dev.yml

+ 2 - 2
src/main/resources/application-dev.yml

@@ -42,10 +42,10 @@ spring:
         druid:
             # 主库数据源
             master:
-                url: jdbc:mysql://120.46.59.90:3306/ezhizao_yzbh_v2_old?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=true&rewriteBatchedStatements=true&serverTimezone=GMT%2B8&connectTimeout=360000&socketTimeout=360000
+                url: jdbc:mysql://120.46.59.90:3306/ezhizao_yzbh_v3_20250430?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=true&rewriteBatchedStatements=true&serverTimezone=GMT%2B8&connectTimeout=360000&socketTimeout=360000
                 username: root
                 password: ezhizao.cn123456
-            #                url: jdbc:mysql://localhost:3306/ezhizao_yzbh_v2_old?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=true&rewriteBatchedStatements=true&serverTimezone=GMT%2B8
+            #                url: jdbc:mysql://localhost:3306/ezhizao_yzbh_v3_20250430?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=true&rewriteBatchedStatements=true&serverTimezone=GMT%2B8
             #                username: root
             #                password: 123456
             # 从库数据源