Browse Source

更换配置

wuhb 3 months ago
parent
commit
d9286bf4ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ygtx-admin/src/main/resources/application-dev.yml

+ 1 - 1
ygtx-admin/src/main/resources/application-dev.yml

@@ -22,7 +22,7 @@ spring:
                 password:
             # 源数据库数据源(用于设备同步)
             source:
-                url: jdbc:mysql://localhost:3306/equipment_source?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                url: jdbc:mysql://localhost:3306/work_order?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
                 username: root
                 password: 123123
                 initialSize: 5