From 4dca59b54c8fc8815e3f533ce04f5e1b1328852f Mon Sep 17 00:00:00 2001
From: SZH <szh_hello@163.com>
Date: Wed, 16 Nov 2022 11:04:25 +0800
Subject: [PATCH] 1、调整部署环境配置 2、升级依赖
---
safePlatfrom-out-web/src/main/resources/config/application-online-uat.yaml | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/safePlatfrom-out-web/src/main/resources/config/application-guotai-uat.yaml b/safePlatfrom-out-web/src/main/resources/config/application-online-uat.yaml
similarity index 76%
rename from safePlatfrom-out-web/src/main/resources/config/application-guotai-uat.yaml
rename to safePlatfrom-out-web/src/main/resources/config/application-online-uat.yaml
index ec399cb..58dac4a 100644
--- a/safePlatfrom-out-web/src/main/resources/config/application-guotai-uat.yaml
+++ b/safePlatfrom-out-web/src/main/resources/config/application-online-uat.yaml
@@ -2,7 +2,7 @@
tomcat:
uri-encoding: UTF-8
basedir: /
- port: 16012
+ port: 16009
servlet:
context-path: /
@@ -14,31 +14,31 @@
type: com.alibaba.druid.pool.xa.DruidXADataSource
emergency:
driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://192.168.30.107:43306/safeplatform.emergency.guotai.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
+ url: jdbc:mysql://192.168.30.107:43306/safeplatform.emergency.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: gkhy_safeplatform_guotai_out
password: a7687@i8a1Sdd
type: com.alibaba.druid.pool.DruidDataSource
goalmanage:
driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://192.168.30.107:43306/safeplatform.goalmanage.guotai.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
+ url: jdbc:mysql://192.168.30.107:43306/safeplatform.goalmanage.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: gkhy_safeplatform_guotai_out
password: a7687@i8a1Sdd
type: com.alibaba.druid.pool.DruidDataSource
incidentmanage:
driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://192.168.30.107:43306/safeplatform.incidentmanage.guotai.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
+ url: jdbc:mysql://192.168.30.107:43306/safeplatform.incidentmanage.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: gkhy_safeplatform_guotai_out
password: a7687@i8a1Sdd
type: com.alibaba.druid.pool.DruidDataSource
equipment:
driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://192.168.30.107:43306/safeplatform.equipment.guotai.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
+ url: jdbc:mysql://192.168.30.107:43306/safeplatform.equipment.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: gkhy_safeplatform_guotai_out
password: a7687@i8a1Sdd
type: com.alibaba.druid.pool.DruidDataSource
redis:
host: 192.168.30.107
- port: 6375
+ port: 6376
password: SEF98uvs98dUAUEF90Udssa
database: 0 # Redis 数据库号,默认为 0
timeout: 15000 # Redis 连接超时时间,单位:毫秒。
@@ -57,14 +57,14 @@
nacos:
discovery:
server-addr: http://192.168.30.107:8848
- namespace: 78fe80cc-6159-4381-8e42-1cc6c68eb22e
+ namespace: 8e59b946-36d6-4d29-81f1-27a55951b86e
username: gkhy_dev_out_team
password: 9485uyJHISes09t
enabled: true
register-enabled: true
config:
server-addr: http://192.168.30.107:8848
- namespace: 78fe80cc-6159-4381-8e42-1cc6c68eb22e
+ namespace: 8e59b946-36d6-4d29-81f1-27a55951b86e
username: gkhy_dev_out_team
password: 9485uyJHISes09t
inetutils:
@@ -83,7 +83,7 @@
dubbo:
registry:
protocol: nacos
- address: nacos://192.168.30.107:8848?namespace=78fe80cc-6159-4381-8e42-1cc6c68eb22e&username=gkhy_dev_out_team&password=9485uyJHISes09t
+ address: nacos://192.168.30.107:8848?namespace=8e59b946-36d6-4d29-81f1-27a55951b86e&username=gkhy_dev_out_team&password=9485uyJHISes09t
application:
name: gkhy-safeplatform-out
scan:
@@ -91,7 +91,7 @@
base-packages: com.gkhy.safePlatform
protocol:
name: dubbo
- port: 18089
+ port: 18083
serialization: kryo
host: ${spring.cloud.client.ip-address}
consumer:
@@ -112,12 +112,12 @@
rocketmq:
name-server: 192.168.30.107:9876
producer:
- group: gkhy-safeplatform-guotai-uat
+ group: gkhy-safeplatform-guotai
sendMessageTimeout: 300000
consumer:
- group: gkhy-safeplatform-guotai-uat
+ group: gkhy-safeplatform-guotai
topic:
- demoTopic: gkhy-safeplatform-topic-demo-uat
+ demoTopic: gkhy-safeplatform-topic-demo
minio:
endPoint: 121.239.169.27
@@ -125,7 +125,7 @@
accessKey: QR0J7S55SZO8QI1TC2AD
secretKey: X0oSBT7vRqYWU41Ut21B+FU7G5A87BzPIRdObGjK
secure: false
- bucketName: safeplatform-guotai-uat
+ bucketName: safeplatform-demo
urlPrefix: http://121.239.169.27/file
#用户名 gkhy_team_out_dev
#密码 12345678
--
Gitblit v1.9.2