tanlie 1 mesiac pred
rodič
commit
11fca13ca3

+ 3 - 3
wishing-platform/platform-service/platform-service-admin/src/main/resources/application-dev.yml

@@ -5,7 +5,7 @@ spring:
   cloud:
     nacos:
       discovery:
-        server-addr: 192.168.1.7:8848
+        server-addr: 192.168.101.7:8848
         namespace: a62810f4-be60-4973-8bd0-8199d19526ef
         username: nacos
         password: h8zG&mehJ#.s7V
@@ -13,7 +13,7 @@ spring:
 
   data:
     redis:
-      host: 192.168.1.7
+      host: 192.168.101.7
       port: 6379
       password: "XinchanR@2022###"
       database: 3
@@ -21,7 +21,7 @@ spring:
   datasource:
     username: root
     password: "@@qinys12346.."
-    url: jdbc:mysql://192.168.1.7:3306/wishing_tree?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
+    url: jdbc:mysql://192.168.101.7:3306/wishing_tree?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
     driver-class-name: com.mysql.cj.jdbc.Driver
 
 mybatis-plus:

+ 3 - 3
wishing-platform/platform-service/platform-service-mobile/src/main/resources/application-dev.yml

@@ -12,7 +12,7 @@ spring:
   cloud:
     nacos:
       discovery:
-        server-addr: 192.168.1.7:8848
+        server-addr: 192.168.101.7:8848
         namespace: a62810f4-be60-4973-8bd0-8199d19526ef
         username: nacos
         password: h8zG&mehJ#.s7V
@@ -20,7 +20,7 @@ spring:
 
   data:
     redis:
-      host: 192.168.1.7
+      host: 192.168.101.7
       port: 6379
       password: "XinchanR@2022###"
       database: 3
@@ -28,7 +28,7 @@ spring:
   datasource:
     username: root
     password: "@@qinys12346.."
-    url: jdbc:mysql://192.168.1.7:3306/wishing_tree?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
+    url: jdbc:mysql://192.168.101.7:3306/wishing_tree?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
     driver-class-name: com.mysql.cj.jdbc.Driver
 
 mybatis-plus:

+ 3 - 3
wishing-platform/platform-service/platform-service-upms/src/main/resources/application-dev.yml

@@ -5,7 +5,7 @@ spring:
   cloud:
     nacos:
       discovery:
-        server-addr: 192.168.1.7:8848
+        server-addr: 192.168.101.7:8848
         namespace: a62810f4-be60-4973-8bd0-8199d19526ef
         username: nacos
         password: h8zG&mehJ#.s7V
@@ -13,7 +13,7 @@ spring:
 
   data:
     redis:
-      host: 192.168.1.7
+      host: 192.168.101.7
       port: 6379
       password: "XinchanR@2022###"
       database: 3
@@ -21,7 +21,7 @@ spring:
   datasource:
     username: root
     password: "@@qinys12346.."
-    url: jdbc:mysql://192.168.1.7:3306/wishing_upms?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
+    url: jdbc:mysql://192.168.101.7:3306/wishing_upms?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
     driver-class-name: com.mysql.cj.jdbc.Driver
 
 mybatis-plus: