123456789101112131415161718192021222324 |
- spring:
- dubbo:
- protocol:
- name: dubbo
- port: -1
- application:
- name: erp-admin-consumer
- qosEnable: false
- version: 1.0.0
- registry:
- address : zookeeper://127.0.0.1:2181
- scan: io.platform
- redis: # redis配置
- host: 140.249.18.208
- password: oms,123
- port: 6379
- connection-time-out: 20000
- database: 15
- pool:
- max-active: 8
- max-idle: 8
- min-idle: 0
- max-wait: -1
|