Kaynağa Gözat

mysql数据库和redis的IP换成119.3.168.55

LLL 1 yıl önce
ebeveyn
işleme
f706948cad

+ 2 - 2
itdmServer/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml

@@ -137,7 +137,7 @@ spring:
         connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
       datasource:
         master:
-          url: jdbc:mysql://152.136.206.27:3306/itdm-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
+          url: jdbc:mysql://119.3.168.55:3306/itdm-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
           username: itdm-boot
           password: itdm-boot@2023
           driver-class-name: com.mysql.cj.jdbc.Driver
@@ -151,7 +151,7 @@ spring:
   #redis 配置
   redis:
     database: 10
-    host: 121.36.94.59
+    host: 119.3.168.55
     port: 6379
     password:  MAESYbh1
 #mybatis plus 设置