mirror of
https://gitee.com/elegant_wings/dbd-meeting.git
synced 2025-06-21 17:09:36 +08:00
修改了配置文件
This commit is contained in:
parent
4e81a5a514
commit
223dbd5c6b
@ -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/
|
||||||
# 公众号配置(必填)
|
# 公众号配置(必填)
|
||||||
@ -88,7 +88,7 @@ wx:
|
|||||||
key-prefix: wa # 相关redis前缀配置: wa(默认)
|
key-prefix: wa # 相关redis前缀配置: wa(默认)
|
||||||
redis:
|
redis:
|
||||||
host: localhost
|
host: localhost
|
||||||
# password: vdcity2015
|
# password: vdcity2015
|
||||||
port: 6379
|
port: 6379
|
||||||
# http客户端配置
|
# http客户端配置
|
||||||
http-client-type: HttpClient # http客户端类型: HttpClient(默认), OkHttp, JoddHttp
|
http-client-type: HttpClient # http客户端类型: HttpClient(默认), OkHttp, JoddHttp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user