Commit 24a0d639 by Administrator

Update techhero-base-transdata-local.yml

parent c8ed80c8
......@@ -11,10 +11,27 @@ spring:
username: transdatav1
password: transdatav1
driver-class-name: oracle.jdbc.OracleDriver
rabbitmq:
#addresses: 192.168.119.71:5672,192.168.119.72:5672,192.168.119.73:5672
host: 192.168.119.10
port: 5672
username: xiaosi
password: xiaosi
virtual-host: /xiaosi
queue1: user.Direct.Queue
queue2: kemu.Direct.Queue
publisher-confirms: true #开启confirms回调 P -> Exchange #确认消息已发送到交换机(Exchange) 之前版本 publisher-confirm-type: correlated
publisher-returns: true # 开启returnedMessage回调 Exchange -> Queue #确认消息已发送到队列(Queue)
connection-timeout: 15000
cache:
connection:
size: 1
channel:
size: 30
ftp:
server:
info: sftp://172.16.20.133:22/../home/temp/data?username=root&password=root&delay=5s&move=done&readLock=rename
local:
windir: C:/ftp/test
lindir: /data/ftp/test
\ No newline at end of file
lindir: /data/ftp/test
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment