Forráskód Böngészése

177阿里云配置

gaodm 5 éve
szülő
commit
351cee3c8a

+ 2 - 2
config-server/src/main/resources/application.yml

@@ -33,7 +33,7 @@ spring:
 
 # port
 server:
-  port: 8769
+  port: 28769
 
 eureka:
   instance:
@@ -44,7 +44,7 @@ eureka:
   client:
     registryFetchIntervalSeconds: 5
     serviceUrl:
-      defaultZone: http://${myuri}:8761/eureka/
+      defaultZone: http://${myuri}:28761/eureka/
 
 management:
   endpoints:

+ 1 - 1
config-server/src/main/resources/shared/gateway-service-local.yml

@@ -155,7 +155,7 @@ spring:
         - StripPrefix=2
 
 server:
-  port: 5050
+  port: 25050
 
 lantone:
   product: triage33,1;icsstt,2

+ 5 - 5
config-server/src/main/resources/shared/znwz-service-local.yml

@@ -1,5 +1,5 @@
 server:
-  port: 8852
+  port: 28852
 
 # 驱动配置信息
 spring:
@@ -7,7 +7,7 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.236:3306/sys-znwz?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://223.93.170.82:6306/sys-znwz?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
       password: lantone
       # 连接池的配置信息
@@ -61,10 +61,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: localhost
+    host: 118.31.77.177
     port: 5672
-    username: guest
-    password: guest
+    username: lantone
+    password: lantone
     publisher-confirms: true
     virtual-host: /
 

+ 6 - 6
config-server/src/main/resources/shared/zzcx-service-local.yml

@@ -1,5 +1,5 @@
 server:
-  port: 8853
+  port: 28853
 
 # 驱动配置信息
 spring:
@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.236:3306/sys-zzcx?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://118.31.77.177:3306/sys-zzcx?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: langtong
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -59,10 +59,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: localhost
+    host: 118.31.77.177
     port: 5672
-    username: guest
-    password: guest
+    username: lantone
+    password: lantone
     publisher-confirms: true
     virtual-host: /
 

+ 1 - 1
eureka-server/src/main/resources/application-local.yml

@@ -1,5 +1,5 @@
 server:
-  port: 8761
+  port: 28761
 eureka:
   client:
     register-with-eureka: false

+ 1 - 1
gateway-service/src/main/resources/bootstrap.yml

@@ -16,7 +16,7 @@ spring:
 eureka:
   client:
     serviceUrl:
-      defaultZone: http://${myuri}:8761/eureka/
+      defaultZone: http://${myuri}:28761/eureka/
 
 myuri: localhost
 

+ 1 - 1
znwz-service/src/main/resources/bootstrap.yml

@@ -14,6 +14,6 @@ spring:
 eureka:
   client:
     serviceUrl:
-      defaultZone: http://${myuri}:8761/eureka/
+      defaultZone: http://${myuri}:28761/eureka/
 
 myuri: localhost

+ 1 - 1
zzcx-service/src/main/resources/bootstrap.yml

@@ -26,7 +26,7 @@ spring:
 eureka:
   client:
     serviceUrl:
-      defaultZone: http://${myuri}:8761/eureka/
+      defaultZone: http://${myuri}:28761/eureka/
 
 wx:
   mp: