Quellcode durchsuchen

将redis从腾讯云改到华为云

dongjh vor 1 Jahr
Ursprung
Commit
06bd8e142e

+ 11 - 3
jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml

@@ -180,10 +180,18 @@ spring:
           #driver-class-name: com.mysql.cj.jdbc.Driver
   #redis 配置
   redis:
+    # 地址
+    host: 119.3.168.55
+    # 端口,默认为6379
+    port: 6380
+    # 数据库索引
     database: 0
-    host: 152.136.206.27
-    port: 6379
-    password: ''
+    # 密码
+    password: 123qx
+#    database: 0
+#    host: 152.136.206.27
+#    port: 6379
+#    password: ''
 #mybatis plus 设置
 mybatis-plus:
   mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml