109 lines
2.9 KiB
YAML
109 lines
2.9 KiB
YAML
management:
|
|
endpoints:
|
|
jmx:
|
|
domain: com.zxy.idm
|
|
exposure:
|
|
include: "*"
|
|
web:
|
|
exposure:
|
|
include: "*"
|
|
endpoint:
|
|
shutdown:
|
|
enabled: true
|
|
server:
|
|
port: ${http.port}
|
|
spring:
|
|
application:
|
|
name: mwms_${svr}
|
|
jmx:
|
|
enabled: true
|
|
datasource:
|
|
url: jdbc:oracle:thin:@172.22.10.218:1521:wmsdb
|
|
# url: jdbc:oracle:thin:@192.168.1.73:1526:test
|
|
driver-class-name: oracle.jdbc.OracleDriver
|
|
username: ziwms_nc
|
|
# username: ziwms_nc_test
|
|
password: adm2024
|
|
# url: jdbc:oracle:thin:@10.251.181.37:8521:prod
|
|
# driver-class-name: oracle.jdbc.OracleDriver
|
|
# username: sdkwmsadm
|
|
# password: adm2024
|
|
# url: jdbc:oracle:thin:@192.168.1.73:1526:test
|
|
# driver-class-name: oracle.jdbc.OracleDriver
|
|
# username: ZIWMS_NC
|
|
# password: adm2024
|
|
dbcp2:
|
|
max-wait-millis: 500000
|
|
max-total: 100
|
|
initial-size: 1
|
|
max-idle: -1
|
|
min-idle: 1
|
|
test-on-borrow: false
|
|
test-while-idle: true
|
|
min-evictable-idle-time-millis: 180000
|
|
time-between-eviction-runs-millis: 60000
|
|
#validation-query: SELECT 1
|
|
validation-query: SELECT 1 from dual
|
|
connection-properties: v$session.program=bidmWMS-${Seq}
|
|
rabbitmq:
|
|
# addresses: 192.168.1.73:5672
|
|
# #addresses: 162.14.99.253:5672
|
|
# username: ziwms
|
|
# password: adm2024
|
|
# virtual-host: /wms
|
|
addresses: 172.22.10.217:5672
|
|
#addresses: 192.168.56.88:5671
|
|
username: ziwms
|
|
password: adm2024
|
|
virtual-host: /wms
|
|
connection-timeout: 15000
|
|
publisher-confirm-type: correlated
|
|
publisher-returns: true
|
|
listener:
|
|
type: simple
|
|
simple:
|
|
concurrency: 5
|
|
max-concurrency: 10
|
|
acknowledge-mode: auto
|
|
auto-startup: true
|
|
prefetch: 1
|
|
retry:
|
|
max-attempts: 1
|
|
initial-interval: 10000
|
|
max-interval: 30000
|
|
enabled: true
|
|
stateless: true
|
|
logging:
|
|
config: ${configRootPath}/log/log4j2.xml
|
|
|
|
com:
|
|
boe:
|
|
idm:
|
|
pltform:
|
|
use-action: true
|
|
action-config-location: ${configRootPath}/actions/
|
|
bpel-config-location: ${configRootPath}/bpels/${svr}
|
|
query-timeout: 3000
|
|
transaction-timeout: 6000
|
|
transaction-automanaged: false
|
|
propagation: PROPAGATION_REQUIRED
|
|
isolation-level: ISOLATION_READ_COMMITTED
|
|
batch-size: 5000
|
|
use-tibrv: false
|
|
use-amqp: true
|
|
amqp:
|
|
subject-name: ${company}.${factory}.${cim}.${mode}.${svr}
|
|
durable: true
|
|
exclusive: false
|
|
auto-delete: true
|
|
topic-exchange: ${cim}.${mode}.SVR
|
|
routing-key: ${cim}.${mode}.${client}.${svr}
|
|
bpel:
|
|
core-pool-size: 5
|
|
max-pool-size: 20
|
|
keep-alive-time: 500
|
|
queue-size: 0
|
|
bpel-completion-timeout: 5000
|
|
use-scheduler: true
|
|
use-webservice: false
|