Ver código fonte

演示环境配置文件更新

wangsy 10 meses atrás
pai
commit
67ead017fd
47 arquivos alterados com 154 adições e 154 exclusões
  1. 1 1
      admin-service/src/test/java/com/diagbot/AdminServiceApplicationTests.java
  2. 1 1
      aipt-service/src/test/java/com/diagbot/AiptServiceApplicationTests.java
  3. 1 1
      bi-service/src/test/java/com/diagbot/BiServiceApplicationTests.java
  4. 1 1
      cdssman-service/src/test/java/com/diagbot/CdssmanServiceApplicationTests.java
  5. 1 1
      config-server/src/main/resources/shared/application-pro.yml
  6. 6 6
      config-server/src/main/resources/shared/bi-service-pro.yml
  7. 10 10
      config-server/src/main/resources/shared/cdssman-service-pro.yml
  8. 3 3
      config-server/src/main/resources/shared/data-service-pro.yml
  9. 5 5
      config-server/src/main/resources/shared/diagbotman-service-pro.yml
  10. 5 5
      config-server/src/main/resources/shared/feedback-service-pro.yml
  11. 5 5
      config-server/src/main/resources/shared/gateway-service-pro.yml
  12. 7 7
      config-server/src/main/resources/shared/icss-service-pro.yml
  13. 8 8
      config-server/src/main/resources/shared/icssman-service-pro.yml
  14. 11 11
      config-server/src/main/resources/shared/knowledgeman-service-pro.yml
  15. 5 5
      config-server/src/main/resources/shared/logger-service-pro.yml
  16. 3 3
      config-server/src/main/resources/shared/ltapi-service-pro.yml
  17. 7 7
      config-server/src/main/resources/shared/ltkg-service-pro.yml
  18. 3 3
      config-server/src/main/resources/shared/monitor-service-pro.yml
  19. 10 10
      config-server/src/main/resources/shared/mrman-service-pro.yml
  20. 6 6
      config-server/src/main/resources/shared/mrqcman-service-pro.yml
  21. 6 6
      config-server/src/main/resources/shared/prec-service-pro.yml
  22. 6 6
      config-server/src/main/resources/shared/precman-service-pro.yml
  23. 7 7
      config-server/src/main/resources/shared/tran-service-pro.yml
  24. 3 3
      config-server/src/main/resources/shared/triage-service-pro.yml
  25. 5 5
      config-server/src/main/resources/shared/uaa-service-pro.yml
  26. 7 7
      config-server/src/main/resources/shared/user-service-pro.yml
  27. 1 1
      config-server/src/test/java/com/diagbot/ConfigServerApplicationTests.java
  28. 1 1
      data-service/src/test/java/com/diagbot/DataServiceApplicationTests.java
  29. 1 1
      diagbotman-service/src/test/java/com/diagbot/DiagbotmanServiceApplicationTests.java
  30. 1 1
      eureka-server/src/test/java/com/diagbot/EurekaServerApplicationTests.java
  31. 1 1
      feedback-service/src/test/java/com/diagbot/FeedbackServiceApplicationTests.java
  32. 1 1
      gateway-service/src/test/java/com/diagbot/GatewayServiceApplicationTests.java
  33. 1 1
      icss-service/src/test/java/com/diagbot/IcssServiceApplicationTests.java
  34. 1 1
      icssman-service/src/test/java/com/diagbot/IcssmanServiceApplicationTests.java
  35. 1 1
      knowledgeman-service/src/test/java/com/diagbot/KnowledgemanServiceApplicationTests.java
  36. 1 1
      log-service/src/test/java/com/diagbot/LogServiceApplicationTests.java
  37. 1 1
      ltapi-service/src/test/java/com/diagbot/LtapiServiceApplicationTests.java
  38. 1 1
      ltkg-service/src/test/java/com/diagbot/LtkgServiceApplicationTests.java
  39. 1 1
      monitor-service/src/test/java/com/diagbot/MonitorServiceApplicationTests.java
  40. 1 1
      mrman-service/src/test/java/com/diagbot/MrmanServiceApplicationTests.java
  41. 1 1
      mrqcman-service/src/test/java/com/diagbot/MrqcmanServiceApplicationTests.java
  42. 1 1
      prec-service/src/test/java/com/diagbot/PrecServiceApplicationTests.java
  43. 1 1
      precman-service/src/test/java/com/diagbot/PrecmanServiceApplicationTests.java
  44. 1 1
      tran-service/src/test/java/com/diagbot/TranServiceApplicationTests.java
  45. 1 1
      triage-service/src/test/java/com/diagbot/TriageServiceApplicationTests.java
  46. 1 1
      uaa-service/src/test/java/com/diagbot/UaaServiceApplicationTests.java
  47. 1 1
      user-service/src/test/java/com/diagbot/UserServiceApplicationTests.java

+ 1 - 1
admin-service/src/test/java/com/diagbot/AdminServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class AdminServiceApplicationTests {
 

+ 1 - 1
aipt-service/src/test/java/com/diagbot/AiptServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class AiptServiceApplicationTests {
 

+ 1 - 1
bi-service/src/test/java/com/diagbot/BiServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class BiServiceApplicationTests {
 

+ 1 - 1
cdssman-service/src/test/java/com/diagbot/CdssmanServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class CdssmanServiceApplicationTests {
 

+ 1 - 1
config-server/src/main/resources/shared/application-pro.yml

@@ -103,4 +103,4 @@ crypt:
 
 mrqc:
   server:
-    address: http://192.168.2.123:8090
+    address: http://173.18.12.192:5858

+ 6 - 6
config-server/src/main/resources/shared/bi-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-log?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://173.18.12.191:3306/sys-log?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -59,10 +59,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -99,4 +99,4 @@ io.github.lvyahui8.spring.base-packages: com.diagbot.aggregate
 
 neo:
   server:
-    address: http://192.168.2.123:5004
+    address: http://173.18.12.192:5004

+ 10 - 10
config-server/src/main/resources/shared/cdssman-service-pro.yml

@@ -52,17 +52,17 @@ spring:
         master:
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
-          url: jdbc:mysql://192.168.2.122:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
+          url: jdbc:mysql://173.18.12.191:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
           username: root
-          password: lantone
+          password: dsYun8!@#
           druid:
             initial-size: 5
         med:
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
-          url: jdbc:mysql://192.168.2.122:3306/med_2021?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
+          url: jdbc:mysql://173.18.12.191:3306/med_2021?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true
           username: root
-          password: lantone
+          password: dsYun8!@#
           druid:
             initial-size: 5
 
@@ -76,10 +76,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -139,13 +139,13 @@ io.github.lvyahui8.spring:
   thread-number: 200
 
 imageUrl:
-  prefix: http://192.168.2.122:82
+  prefix: http://173.18.12.191:82
 
 #CDSS核心地址
 cdss-core:
-  url: http://192.168.2.122:7010
+  url: http://173.18.12.192:7010
 
 #CDSS服务地址
 cdss:
-  url: http://192.168.2.122:6060
+  url: http://173.18.12.192:6060
 

+ 3 - 3
config-server/src/main/resources/shared/data-service-pro.yml

@@ -14,10 +14,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 

+ 5 - 5
config-server/src/main/resources/shared/diagbotman-service-pro.yml

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

+ 5 - 5
config-server/src/main/resources/shared/feedback-service-pro.yml

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

+ 5 - 5
config-server/src/main/resources/shared/gateway-service-pro.yml

@@ -18,9 +18,9 @@ spring:
   redis:
     database:
       cache: 0 # Redis限流缓存索引
-    host: 192.168.2.122  #Redis服务器地址
+    host: 173.18.12.191  #Redis服务器地址
     port: 6379 # Redis服务器连接端口
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
@@ -30,10 +30,10 @@ spring:
     timeout: 20000 # 连接超时时间(毫秒)
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
   cloud:

+ 7 - 7
config-server/src/main/resources/shared/icss-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-icss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://173.18.12.191:3306/sys-icss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -67,10 +67,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -78,9 +78,9 @@ spring:
   redis:
     database:
       cache: 5 # Redis缓存索引
-    host: 192.168.2.122  #Redis服务器地址
+    host: 173.18.12.191  #Redis服务器地址
     port: 6379 # Redis服务器连接端口
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)

+ 8 - 8
config-server/src/main/resources/shared/icssman-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-icss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://173.18.12.191:3306/sys-icss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -65,10 +65,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -76,9 +76,9 @@ spring:
   redis:
     database:
       cache: 5 # Redis缓存索引
-    host: 192.168.2.122  #Redis服务器地址
+    host: 173.18.12.191  #Redis服务器地址
     port: 6379 # Redis服务器连接端口
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
@@ -122,5 +122,5 @@ fastdfs:
   charset: UTF-8
   http_tracker_http_port: 8080
   http_anti_steal_token: no
-  tracker_servers: 192.168.2.122:22122
+  tracker_servers: 173.18.12.192:22122
 

+ 11 - 11
config-server/src/main/resources/shared/knowledgeman-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/med?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
+      url: jdbc:mysql://173.18.12.191:3306/med?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -71,10 +71,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -82,9 +82,9 @@ spring:
   redis:
     database:
       cache: 6 # Redis缓存索引
-    host: 192.168.2.122  #Redis服务器地址
+    host: 173.18.12.191  #Redis服务器地址
     port: 6379 # Redis服务器连接端口
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
@@ -125,16 +125,16 @@ mybatis-plus:
 hystrix.command.AIServiceClient#createFile().execution.isolation.thread.timeoutInMilliseconds: 180000
 
 imageUrl:
-  prefix: http://192.168.2.122:82
+  prefix: http://173.18.12.191:82
 
 neo:
   server:
-    address: http://192.168.2.123:5004
+    address: http://173.18.12.192:5004
 
 ai:
   server:
-    address: http://192.168.2.123:5008
+    address: http://173.18.12.192:5008
 
 nlp:
   server:
-    address: http://192.168.2.123:5002
+    address: http://173.18.12.192:5002

+ 5 - 5
config-server/src/main/resources/shared/logger-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-log?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://173.18.12.191:3306/sys-log?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -67,10 +67,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 

+ 3 - 3
config-server/src/main/resources/shared/ltapi-service-pro.yml

@@ -14,9 +14,9 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /

+ 7 - 7
config-server/src/main/resources/shared/ltkg-service-pro.yml

@@ -12,7 +12,7 @@ spring:
       datasource:
         neo4j:
           driver-class-name: org.neo4j.jdbc.Driver
-          url: jdbc:neo4j:http://192.168.2.122:7472
+          url: jdbc:neo4j:http://173.18.12.191:7474
           username: neo4j
           password: 12345678
           #定义初始连接数
@@ -42,10 +42,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -91,11 +91,11 @@ mybatis-plus:
 
 nlprel:
   server:
-    address: http://192.168.2.123:3456
+    address: http://173.18.12.190:3456
 
 qa:
   server:
-    address: http://192.168.2.123:9998
+    address: http://173.18.12.193:9998
 term:
   server:
-    address: http://192.168.2.123:23232
+    address: http://173.18.12.190:23232

+ 3 - 3
config-server/src/main/resources/shared/monitor-service-pro.yml

@@ -13,10 +13,10 @@ turbine:
 #mq
 spring:
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 

+ 10 - 10
config-server/src/main/resources/shared/mrman-service-pro.yml

@@ -52,17 +52,17 @@ spring:
         master:
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
-          url: jdbc:mysql://192.168.2.122:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
+          url: jdbc:mysql://173.18.12.191:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
           username: root
-          password: lantone
+          password: dsYun8!@#
           druid:
             initial-size: 5
         slave:
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
-          url: jdbc:mysql://192.168.2.122:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
+          url: jdbc:mysql://173.18.12.191:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
           username: root
-          password: lantone
+          password: dsYun8!@#
           druid:
             initial-size: 5
 
@@ -75,10 +75,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -86,9 +86,9 @@ spring:
   redis:
     database:
       cache: 8 # cache索引
-    host: 192.168.2.122  #Redis服务器地址
+    host: 173.18.12.191  #Redis服务器地址
     port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
@@ -126,4 +126,4 @@ mybatis-plus:
     map-underscore-to-camel-case: true
     cache-enabled: false
 
-qc.address: http://192.168.2.122:5858
+qc.address: http://173.18.12.192:5858

+ 6 - 6
config-server/src/main/resources/shared/mrqcman-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-mrqc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://173.18.12.191:3306/sys-mrqc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -59,10 +59,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -96,4 +96,4 @@ mybatis-plus:
     cache-enabled: false
 
 imageUrl:
-  prefix: http://192.168.2.122:82
+  prefix: http://173.18.12.191:82

+ 6 - 6
config-server/src/main/resources/shared/prec-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-prec?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://173.18.12.191:3306/sys-prec?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -67,10 +67,10 @@ spring:
           group: statistiReceiveGroup
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -104,7 +104,7 @@ mybatis-plus:
     cache-enabled: false
 
 imageUrl:
-  prefix: http://192.168.2.122:82
+  prefix: http://173.18.12.191:82
 
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate

+ 6 - 6
config-server/src/main/resources/shared/precman-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-prec?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://173.18.12.191:3306/sys-prec?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -65,10 +65,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -102,4 +102,4 @@ mybatis-plus:
     cache-enabled: false
 
 imageUrl:
-  prefix: http://192.168.2.122:82
+  prefix: http://173.18.12.191:82

+ 7 - 7
config-server/src/main/resources/shared/tran-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-tran?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://173.18.12.191:3306/sys-tran?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -59,10 +59,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -70,9 +70,9 @@ spring:
   redis:
     database:
       mr: 7 # Redis病历索引
-    host: 192.168.2.122  #Redis服务器地址
+    host: 173.18.12.191  #Redis服务器地址
     port: 6379 # Redis服务器连接端口
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)

+ 3 - 3
config-server/src/main/resources/shared/triage-service-pro.yml

@@ -14,9 +14,9 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /

+ 5 - 5
config-server/src/main/resources/shared/uaa-service-pro.yml

@@ -4,9 +4,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-user?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://173.18.12.191:3306/sys-user?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -49,10 +49,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 

+ 7 - 7
config-server/src/main/resources/shared/user-service-pro.yml

@@ -7,9 +7,9 @@ spring:
     druid:
       driver-class-name: com.mysql.cj.jdbc.Driver
       platform: mysql
-      url: jdbc:mysql://192.168.2.122:3306/sys-user?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://173.18.12.191:3306/sys-user?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: dsYun8!@#
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -59,10 +59,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 173.18.12.191
     port: 5672
-    username: lantone
-    password: lantone
+    username: root
+    password: guest
     publisher-confirms: true
     virtual-host: /
 
@@ -74,9 +74,9 @@ spring:
       sms: 2 # Redis短信索引
       img: 3 # Redis图片验证码索引
       token: 4 # Token索引
-    host: 192.168.2.122  #Redis服务器地址
+    host: 173.18.12.191  #Redis服务器地址
     port: 6379 # Redis服务器连接端口
-    password: lantone # Redis服务器连接密码(默认为空)
+    password: # Redis服务器连接密码(默认为空)
     lettuce:
       pool:
         max-active: 8 # 连接池最大连接数(使用负值表示没有限制)

+ 1 - 1
config-server/src/test/java/com/diagbot/ConfigServerApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class ConfigServerApplicationTests {
 

+ 1 - 1
data-service/src/test/java/com/diagbot/DataServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class DataServiceApplicationTests {
 

+ 1 - 1
diagbotman-service/src/test/java/com/diagbot/DiagbotmanServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class DiagbotmanServiceApplicationTests {
 

+ 1 - 1
eureka-server/src/test/java/com/diagbot/EurekaServerApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class EurekaServerApplicationTests {
 

+ 1 - 1
feedback-service/src/test/java/com/diagbot/FeedbackServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class FeedbackServiceApplicationTests {
 

+ 1 - 1
gateway-service/src/test/java/com/diagbot/GatewayServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class GatewayServiceApplicationTests {
 

+ 1 - 1
icss-service/src/test/java/com/diagbot/IcssServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class IcssServiceApplicationTests {
 

+ 1 - 1
icssman-service/src/test/java/com/diagbot/IcssmanServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class IcssmanServiceApplicationTests {
 

+ 1 - 1
knowledgeman-service/src/test/java/com/diagbot/KnowledgemanServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class KnowledgemanServiceApplicationTests {
 

+ 1 - 1
log-service/src/test/java/com/diagbot/LogServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class LogServiceApplicationTests {
 

+ 1 - 1
ltapi-service/src/test/java/com/diagbot/LtapiServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class LtapiServiceApplicationTests {
 

+ 1 - 1
ltkg-service/src/test/java/com/diagbot/LtkgServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class LtkgServiceApplicationTests {
 

+ 1 - 1
monitor-service/src/test/java/com/diagbot/MonitorServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class MonitorServiceApplicationTests {
 

+ 1 - 1
mrman-service/src/test/java/com/diagbot/MrmanServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class MrmanServiceApplicationTests {
 

+ 1 - 1
mrqcman-service/src/test/java/com/diagbot/MrqcmanServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class MrqcmanServiceApplicationTests {
 

+ 1 - 1
prec-service/src/test/java/com/diagbot/PrecServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class PrecServiceApplicationTests {
 

+ 1 - 1
precman-service/src/test/java/com/diagbot/PrecmanServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class PrecmanServiceApplicationTests {
 

+ 1 - 1
tran-service/src/test/java/com/diagbot/TranServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class TranServiceApplicationTests {
 

+ 1 - 1
triage-service/src/test/java/com/diagbot/TriageServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class TriageServiceApplicationTests {
 

+ 1 - 1
uaa-service/src/test/java/com/diagbot/UaaServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class UaaServiceApplicationTests {
 

+ 1 - 1
user-service/src/test/java/com/diagbot/UserServiceApplicationTests.java

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-@RunWith(SpringRunner.class)
+//@RunWith(SpringRunner.class)
 @SpringBootTest
 public class UserServiceApplicationTests {