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.
42 lines
742 B
YAML
42 lines
742 B
YAML
4 years ago
|
#Spring
|
||
|
spring:
|
||
|
datasource:
|
||
|
dynamic:
|
||
|
primary: wip
|
||
|
datasource:
|
||
|
wip:
|
||
|
driver-class-name: com.sap.db.jdbc.Driver
|
||
|
jndi-name: jdbc/jts/wipPool
|
||
|
activemq:
|
||
|
enabled: false
|
||
|
brokerUrl: tcp://121.36.58.109: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:
|
||
|
host:
|
||
|
port: 21
|
||
|
username:
|
||
|
password:
|
||
|
|
||
|
#打印服务器配置
|
||
|
print:
|
||
|
server: http://172.16.251.188:8022/print/mesnacprint
|
||
|
|
||
|
|
||
|
exportDocument:
|
||
|
filePath: /usr/word/
|
||
|
outputPath: /usr/word/outputWord/
|
||
|
template: SFC_SCRAP_TEMPLATE.ftl
|