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.
|
|
|
#Spring
|
|
|
|
spring:
|
|
|
|
datasource:
|
|
|
|
dynamic:
|
|
|
|
primary: wip #设置默认的数据源或者数据源组,默认值即为master
|
|
|
|
datasource:
|
|
|
|
wip:
|
|
|
|
driver-class-name: com.sap.db.jdbc.Driver
|
|
|
|
jndi-name: jdbc/jts/wipPool
|
|
|
|
activemq:
|
|
|
|
enabled: true
|
|
|
|
brokerUrl: tcp://172.16.251.133:61616?wireFormat.maxInactivityDuration=0
|
|
|
|
password: admin
|
|
|
|
user: admin
|
|
|
|
pool:
|
|
|
|
enabled: true
|
|
|
|
max-connections: 10
|
|
|
|
|
|
|
|
#发送消息
|
|
|
|
activemq:
|
|
|
|
brokerUrl: tcp://172.16.251.133:61616?wireFormat.maxInactivityDuration=0
|
|
|
|
password: admin
|
|
|
|
user: admin
|
|
|
|
pool:
|
|
|
|
enabled: true
|
|
|
|
max-connections: 10
|
|
|
|
|
|
|
|
#WebService
|
|
|
|
ws:
|
|
|
|
erp:
|
|
|
|
server: 172.16.251.223
|
|
|
|
port: 8000
|
|
|
|
user: mesd001
|
|
|
|
pwd: a123456
|
|
|
|
valid: N
|
|
|
|
|
|
|
|
#ftp
|
|
|
|
ftp:
|
|
|
|
host: 172.16.251.165
|
|
|
|
port: 21
|
|
|
|
username: mesftp
|
|
|
|
password: mesnac1@3
|
|
|
|
|
|
|
|
#quartz任务启用
|
|
|
|
quartz:
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
#打印服务器配置
|
|
|
|
print:
|
|
|
|
server: http://10.10.170.32:8022/print/mesnacprint
|
|
|
|
|
|
|
|
activeMq:
|
|
|
|
sendWeChatMessage: tcp://localhost:61616?wireFormat.maxInactivityDuration=0
|
|
|
|
queue: send.weChat.notice
|
|
|
|
|
|
|
|
exportDocument:
|
|
|
|
filePath: /usr/word/
|
|
|
|
outputPath: /usr/word/outputWord/
|
|
|
|
template: SFC_SCRAP_TEMPLATE.ftl
|