辽宁二三区数据迁移
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
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/
|
||||
Reference in New Issue
Block a user