欧洲巴黎配置

This commit is contained in:
2025-07-11 17:16:10 +08:00
parent 2b70f531b4
commit e1cfe7f911
17 changed files with 511 additions and 764 deletions

View File

@ -11,9 +11,9 @@ swagger2:
#mqtt
mqtt:
url: tcp://123.60.190.77:1883 # hz线上环境MQTT
url: tcp://172.31.9.103:1883
userName: admin
passWord: public
passWord: zzkj@688737
timeout: 5000
keepAlive: 60
@ -47,11 +47,11 @@ spring:
cloud:
nacos:
discovery:
server-addr: 192.168.0.142:8848
server-addr: 172.31.9.103:8848
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://192.168.0.236:3306/business_db?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
username: zzkj
url: jdbc:mysql://172.31.35.125:3306/business_db?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
username: business_db
password: zzkj@688737
druid:
initialSize: 5
@ -63,7 +63,7 @@ spring:
redis:
port: 6379 #端口
timeout: 3000ms #连接超时
host: 192.168.0.236 #单机
host: 172.31.35.125 #单机
password: zzkj@688737
database: 0
lettuce:
@ -76,8 +76,8 @@ spring:
minio:
accessKey: admin
secretKey: zzkj@688737
endpoint: http://192.168.0.236:9000
prefixUrl: http://192.168.0.236:9000
endpoint: http://172.31.35.125:9000
prefixUrl: http://172.31.35.125:9000
#跳过登录true ,不跳过false
skipLogin: false