24282 hace 1 año
padre
commit
6872663ffb

+ 2 - 2
sd-starter/src/main/resources/application-dev.yml

@@ -17,9 +17,9 @@ spring:
   # redis 配置
   redis:
     # 地址
-    host: 36.134.91.96
+    host: 121.37.194.75
     # 端口,默认为6379
-    port: 13444
+    port: 30103
     # 数据库索引
     database: 3
     # 密码

+ 2 - 2
sd-starter/src/main/resources/application-test.yml

@@ -17,9 +17,9 @@ spring:
   # redis 配置
   redis:
     # 地址
-    host: 36.134.91.96
+    host: 127.0.0.1
     # 端口,默认为6379
-    port: 13444
+    port: 30103
     # 数据库索引
     database: 3
     # 密码

+ 1 - 1
sd-starter/src/main/resources/application.yml

@@ -18,7 +18,7 @@ ruoyi:
 # 开发环境配置
 server:
   # 服务器的HTTP端口,默认为8080
-  port: 9898
+  port: 7777
   tomcat:
     # tomcat的URI编码
     uri-encoding: UTF-8