diff --git a/web-api/src/main/resources/config/application.yml b/web-api/src/main/resources/config/application.yml index bc131f64..da1ccdeb 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -57,7 +57,7 @@ jdbc: # Mysql 数据库配置 type: mysql driver: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://192.168.31.189:33069/worker?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true + url: jdbc:mysql://crontab.club:33069/worker?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true username: dream password: info_dream testSql: SELECT 1 diff --git a/web-vue/packages/core/layouts/views/desktop/myfiles/index.vue b/web-vue/packages/core/layouts/views/desktop/myfiles/index.vue index 7dbb3c65..8df1d92d 100644 --- a/web-vue/packages/core/layouts/views/desktop/myfiles/index.vue +++ b/web-vue/packages/core/layouts/views/desktop/myfiles/index.vue @@ -10,10 +10,11 @@