Browse Source

调整配置

liuqq 3 years ago
parent
commit
5243695840
1 changed files with 5 additions and 5 deletions
  1. 5 5
      config-server/src/main/resources/shared/znwz-service-pro.yml

+ 5 - 5
config-server/src/main/resources/shared/znwz-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-znwz?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
+      url: jdbc:mysql://121.199.175.124:13306/sys-znwz?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
       username: root
-      password: lantone
+      password: LanT0ne@2021
       # 连接池的配置信息
       # 初始化大小,最小,最大
       initialSize: 5
@@ -61,10 +61,10 @@ spring:
 
   #mq
   rabbitmq:
-    host: 192.168.2.122
+    host: 121.199.175.124
     port: 5672
     username: lantone
-    password: lantone
+    password: Lant0ne
     publisher-confirms: true
     virtual-host: /
 
@@ -98,7 +98,7 @@ mybatis-plus:
     cache-enabled: false
 
 imageUrl:
-  prefix: http://192.168.2.122:82
+  prefix: http://121.199.175.124:82
 
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate