From 7c567192220c78d8ffc9e5a56cf25bffdb25471a Mon Sep 17 00:00:00 2001 From: Xubx <1827135378@qq.com> Date: Wed, 8 Jan 2025 17:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index ab3d2fab..0bf98a2a 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -158,9 +158,9 @@ spring: slow-sql-millis: 5000 datasource: master: - url: jdbc:mysql://82.157.76.162:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai + url: jdbc:mysql://62.234.217.137:3306/jeecg-cees?characterEncoding=UTF-8&rewriteBatchedStatements=true&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai username: root - password: wB4TL7Mp + password: nWZpHMb8mNxWE5Xk driver-class-name: com.mysql.cj.jdbc.Driver # 多数据源配置 #multi-datasource1: @@ -168,12 +168,12 @@ spring: #username: root #password: root #driver-class-name: com.mysql.cj.jdbc.Driver - #redis 配置 + #redis 配置 redis: - database: 2 - host: 82.157.76.162 + database: 6 + host: 62.234.217.137 port: 6379 - password: aB3cDeF9 + password: LSHCwjr6ZN4hzCxS #mybatis plus 设置 mybatis-plus: mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml