55 lines
1.4 KiB
YAML
55 lines
1.4 KiB
YAML
spring:
|
|
#数据库内容配置
|
|
datasource:
|
|
druid:
|
|
driver-class-name: dm.jdbc.driver.DmDriver
|
|
url: jdbc:dm://dky/PQSADMIN?useUnicode=true&characterEncoding=utf-8
|
|
username: PQSADMIN
|
|
password: Pqsadmin.123
|
|
#初始化建立物理连接的个数、最小、最大连接数
|
|
initial-size: 5
|
|
min-idle: 5
|
|
max-active: 50
|
|
#获取连接最大等待时间,单位毫秒
|
|
max-wait: 60000
|
|
#链接保持空间而不被驱逐的最长时间,单位毫秒
|
|
min-evictable-idle-time-millis: 300000
|
|
validation-query: select 1 from dual
|
|
test-while-idle: true
|
|
test-on-borrow: false
|
|
test-on-return: false
|
|
pool-prepared-statements: true
|
|
max-pool-prepared-statement-per-connection-size: 20
|
|
|
|
|
|
|
|
sync:
|
|
ip: 10.21.39.5
|
|
port: 22
|
|
username: njcn
|
|
password: "@#001njcnpqs"
|
|
import:
|
|
localPath: /home/dcloud/import/
|
|
remotePath: /home/d5000/liaoning/file-recv/7/isolate_recv/
|
|
export:
|
|
localPath: D:/data/export/
|
|
remotePath: /home/export/
|
|
|
|
|
|
# Dubbo 下面的配置用于调控云消息总线
|
|
dubbo:
|
|
application:
|
|
# ???????????
|
|
name: cloud.njcndnzl
|
|
registry:
|
|
# zookeeper??????????????
|
|
address: 28.34.131.11:2181,28.34.131.12:2181,28.34.131.13:2181
|
|
protocol:
|
|
# Dubbo??????
|
|
port: 20991
|
|
|
|
# ElasticSearch ??
|
|
es:
|
|
hosts: 28.34.133.3,28.34.133.4
|
|
cluster:
|
|
name: yundiz-log |