You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
1.7 KiB
YAML
94 lines
1.7 KiB
YAML
#Spring
|
|
spring:
|
|
datasource:
|
|
dynamic:
|
|
primary: wip
|
|
datasource:
|
|
wip:
|
|
driver-class-name: com.sap.db.jdbc.Driverhengc
|
|
jndi-name: jdbc/jts/wipPool
|
|
activemq:
|
|
enabled: true
|
|
brokerUrl: tcp://172.16.170.166:61616?wireFormat.maxInactivityDuration=0
|
|
password: admin
|
|
user: admin
|
|
pool:
|
|
enabled: true
|
|
max-connections: 10
|
|
topic: class_receiver
|
|
|
|
#发送消息
|
|
activemq:
|
|
brokerUrl: tcp://172.16.170.164:61616?wireFormat.maxInactivityDuration=0
|
|
password: admin
|
|
user: admin
|
|
pool:
|
|
enabled: true
|
|
max-connections: 10
|
|
|
|
#WebService
|
|
ws:
|
|
erp:
|
|
server: srm.mesnac.com
|
|
port: 8000
|
|
user: mesp001
|
|
pwd: mesprd
|
|
valid: Y
|
|
enabled: true
|
|
|
|
#ftp
|
|
ftp:
|
|
host: 172.16.170.165
|
|
port: 21
|
|
username: mesftp
|
|
password: mesnac1@3
|
|
|
|
#quartz任务启用
|
|
quartz:
|
|
enabled: true
|
|
|
|
#打印服务
|
|
print:
|
|
server: http://172.16.170.163:8022/print/mesnacprint
|
|
|
|
#文件模板路径
|
|
exportDocument:
|
|
filePath: /usr/word/
|
|
outputPath: /usr/word/outputWord/
|
|
template: SFC_SCRAP_TEMPLATE.ftl
|
|
|
|
drawingftp:
|
|
server: 172.16.77.182
|
|
port: 22
|
|
username: drawing
|
|
password: mesnac1104
|
|
uploadDir:
|
|
downloadDir:
|
|
#drawingftp:
|
|
# server: 172.16.77.181
|
|
# port: 22
|
|
# username: root
|
|
# password: Ystest0827##
|
|
# uploadDir:
|
|
# downloadDir: /home/DA02_Attachment/DA02/WF
|
|
|
|
cappftp:
|
|
server: 172.16.251.70
|
|
port: 9003
|
|
username: Administrator
|
|
password: cappnew@123
|
|
uploadDir:
|
|
downloadDir:
|
|
|
|
exportLabel:
|
|
qrPath: /exportpdf/QRCODE.jpg
|
|
destPath: /exportpdf
|
|
original: /exportpdf/original.png
|
|
finall: /exportpdf/finall.png
|
|
filepatch: /exportpdf/Label.pdf
|
|
|
|
yunBpmConfig:
|
|
userName: bpm_mes
|
|
passWord: mesnac@2022
|
|
apiBaseUrl: http://172.16.77.182:8080
|
|
yunBpmUrl: http://yunbpmcs.mesnac.com:8080 |