From 4fdb8f2d4f3bb6f102514e346b7360f66d8e14d5 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Tue, 21 Jan 2025 13:39:38 +0800 Subject: [PATCH] refactor(mall): 更新资源路径和调整定时任务 --- src/main/resources/application-prod.yml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 9fca4b3..6f167a7 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -15,10 +15,10 @@ datasource: # 数据源-1,名称为 base base: - username: db_e2 + username: db_e2_xcx password: db_e20806123!@# driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/db_e2?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8 + url: jdbc:mysql://127.0.0.1:3306/db_e2_xcx?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8 redis: # Redis数据库索引(默认为 0) @@ -75,8 +75,8 @@ static: resource: - url: https://res.mye2u.com/ - path: /home/javaweb/resource/ + url: https://res.mye2u.com/xcx/ + path: /home/javaweb/resource/xcx/ system: job: true \ No newline at end of file -- Gitblit v1.9.1