修改了配置文件

This commit is contained in:
chenze 2024-08-26 11:57:08 +08:00
parent 4e81a5a514
commit 223dbd5c6b

View File

@ -1,7 +1,7 @@
spring: spring:
redis: redis:
database: 1 database: 1
host: 127.0.0.1 host: 222.184.49.22
port: 6379 port: 6379
password: 123456 password: 123456
timeout: 6000ms # 连接超时时长(毫秒) timeout: 6000ms # 连接超时时长(毫秒)
@ -17,9 +17,9 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:mysql://127.0.0.1:3306/dbd-meeting?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:mysql://222.184.49.22:3306/shoot-hand?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root username: root
password: Boyue1!Z password: boyue1!Z
# 从库数据源 # 从库数据源
slave: slave:
#从数据源开关/默认关闭 #从数据源开关/默认关闭
@ -65,12 +65,12 @@ spring:
multi-statement-allow: true multi-statement-allow: true
servlet: servlet:
multipart: multipart:
location: /usr/local/uploadPath/ location: /file/uploadPath/
# 本地文件上传路径 # 本地文件上传路径
dfs: dfs:
path: /usr/local/uploadPath/ path: /file/uploadPath/
domain: https://www.chuangzhikj.com//saas-ics domain: https://company.haxy.com.cn:4443/shoot-hand
# domain: http://39.165.217.47:81/saas-ics/ # domain: http://39.165.217.47:81/saas-ics/
# domain: https://www.xxxx.com/ # domain: https://www.xxxx.com/
# 公众号配置(必填) # 公众号配置(必填)