97 lines
2.5 KiB
YAML
97 lines
2.5 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:@10.42.4.11:1521:mesdb
|
|
driver-class-name: oracle.jdbc.OracleDriver
|
|
username: ziwmsadm
|
|
password: adm2022
|
|
dbcp2:
|
|
max-wait-millis: 5000
|
|
max-total: 5
|
|
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: 10.10.40.168:5672
|
|
# #addresses: 192.168.56.88:5671
|
|
# username: manager
|
|
# password: manager
|
|
# virtual-host: /lc
|
|
## addresses: 10.1.14.188:5671
|
|
## username: wmsadm
|
|
## password: adm2021
|
|
## 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: 30
|
|
transaction-timeout: 600
|
|
transaction-automanaged: false
|
|
propagation: PROPAGATION_REQUIRED
|
|
isolation-level: ISOLATION_READ_COMMITTED
|
|
batch-size: 500
|
|
# 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: false
|
|
use-webservice: true
|