配置文件

master
yangwl 2 years ago
parent 89298be7ad
commit 4dee2e8b6f

@ -54,6 +54,13 @@ activemq:
pool: pool:
enabled: false enabled: false
max-connections: 10 max-connections: 10
#activemq:
# brokerUrl: tcp://172.16.170.164:61616?wireFormat.maxInactivityDuration=0
# password: admin
# user: admin
# pool:
# enabled: true
# max-connections: 10
#WebService #WebService
ws: ws:
@ -118,7 +125,7 @@ exportDocument:
outputPath: /Users/zhaojiawei/Desktop/ outputPath: /Users/zhaojiawei/Desktop/
template: SFC_SCRAP_TEMPLATE.ftl template: SFC_SCRAP_TEMPLATE.ftl
cappftp: drawingftp:
server: 172.16.77.181 server: 172.16.77.181
port: 22 port: 22
username: root username: root
@ -132,6 +139,13 @@ cappftp:
# password: cappnew@123 # password: cappnew@123
# uploadDir: # uploadDir:
# downloadDir: # downloadDir:
cappftp:
server: 172.16.251.187
port: 8091
username: Administrator
password: mes@123
uploadDir:
downloadDir:
#exportLabel: #exportLabel:
# qrPath: /exportpdf/QRCODE.jpg # qrPath: /exportpdf/QRCODE.jpg

@ -56,6 +56,15 @@ exportDocument:
outputPath: /usr/word/outputWord/ outputPath: /usr/word/outputWord/
template: SFC_SCRAP_TEMPLATE.ftl template: SFC_SCRAP_TEMPLATE.ftl
drawingftp:
server: 172.16.77.181
port: 22
username: root
password: Ystest0827##
uploadDir:
downloadDir: /home/DA02_Attachment/DA02/WF
cappftp: cappftp:
server: 172.16.251.70 server: 172.16.251.70
port: 9003 port: 9003

@ -66,10 +66,18 @@ exportDocument:
outputPath: /usr/word/outputWord/ outputPath: /usr/word/outputWord/
template: SFC_SCRAP_TEMPLATE.ftl template: SFC_SCRAP_TEMPLATE.ftl
cappftp: drawingftp:
server: 172.16.77.181 server: 172.16.77.181
port: 22 port: 22
username: root username: root
password: Ystest0827## password: Ystest0827##
uploadDir: uploadDir:
downloadDir: /home/DA02_Attachment/DA02/WF downloadDir: /home/DA02_Attachment/DA02/WF
cappftp:
server: 172.16.251.187
port: 8091
username: Administrator
password: mes@123
uploadDir:
downloadDir:

@ -10,7 +10,7 @@ server:
uri-encoding: UTF-8 uri-encoding: UTF-8
# tomcat最大线程数默认为200 # tomcat最大线程数默认为200
max-threads: 800 max-threads: 800
# Tomcat启动初始化的线程数默认值25 # Tomcat启动初始化的线程数默认值25spatch
min-spare-threads: 30 min-spare-threads: 30
# 日志配置 # 日志配置

Loading…
Cancel
Save