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.
64 lines
1.2 KiB
YAML
64 lines
1.2 KiB
YAML
2 years ago
|
#Spring
|
||
|
spring:
|
||
|
datasource:
|
||
|
dynamic:
|
||
|
primary: wip #设置默认的数据源或者数据源组,默认值即为master
|
||
|
datasource:
|
||
|
wip:
|
||
|
driver-class-name: com.sap.db.jdbc.Driver
|
||
|
jndi-name: jdbc/jts/wipPool
|
||
|
activemq:
|
||
|
enabled: false
|
||
|
brokerUrl: tcp://113.98.201.217:61616?wireFormat.maxInactivityDuration=0
|
||
|
password: admin
|
||
|
user: admin
|
||
|
pool:
|
||
|
enabled: true
|
||
|
max-connections: 10
|
||
|
|
||
|
#发送消息
|
||
|
activemq:
|
||
|
brokerUrl: tcp://113.98.201.217: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
|
||
|
enabled: false
|
||
|
|
||
|
ftp:
|
||
|
host: 106.52.244.124
|
||
|
port: 21
|
||
|
username: zjw
|
||
|
password: zhaojiawei
|
||
|
|
||
|
#打印服务器配置
|
||
|
print:
|
||
|
server: http://172.16.251.188:8022/print
|
||
|
# server: http://localhost:8080/CodeSoftPrintWeb/printService
|
||
|
|
||
|
#quartz任务启用
|
||
|
quartz:
|
||
|
enabled: true
|
||
|
|
||
|
|
||
|
exportDocument:
|
||
|
filePath: /usr/word/
|
||
|
outputPath: /usr/word/outputWord/
|
||
|
template: SFC_SCRAP_TEMPLATE.ftl
|
||
|
|
||
|
cappftp:
|
||
|
server: 172.16.251.70
|
||
|
port: 9003
|
||
|
username: Administrator
|
||
|
password: cappnew@123
|
||
|
uploadDir:
|
||
|
downloadDir:
|