refactor: 配置文件修改
This commit is contained in:
parent
ee9539f124
commit
fe1aa26549
@ -6,7 +6,7 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:dm://localhost:5236/CS_HF_WMS?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
url: jdbc:dm://localhost:5236/WMS_DJ?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: SYSDBA
|
||||
password: SYSDBA
|
||||
# 从库数据源
|
||||
|
@ -63,13 +63,13 @@ spring:
|
||||
# redis 配置
|
||||
redis:
|
||||
# 地址
|
||||
host: jjml.cc
|
||||
host: localhost
|
||||
# 端口,默认为6379
|
||||
port: 7067
|
||||
port: 6379
|
||||
# 数据库索引
|
||||
database: 1
|
||||
database: 0
|
||||
# 密码
|
||||
password: redis_HtWAZW
|
||||
password:
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
@ -126,7 +126,7 @@ xss:
|
||||
|
||||
#Mino配置
|
||||
minio:
|
||||
url: http://192.168.100.106:9000
|
||||
accessKey: mi80JZXet0K0v8sSHzOm
|
||||
secretKey: 2BaCUhfkFStLHdUfkBRwhshLyKFfbOBG366uakzx
|
||||
bucketName: ktg-mes
|
||||
url: http://localhost:9000
|
||||
accessKey: seBsDKT7Ss8B4aGiNiNn
|
||||
secretKey: IYvTR63NZE3EemLfIHGTXu72O7svMEiNHG2OoOWI
|
||||
bucketName: wms-dj
|
||||
|
Loading…
Reference in New Issue
Block a user