1234567891011121314151617181920 |
- # The config file is give serve to BOSEventServiceAdapter.
- # use it for communicating with event server
- #
- #enable commonevent's BOS adapter,if false,will ingore the adapter
- enableBOSAdapter=false
- #the protocol of access to event server,value as follow:vm;ormrpc;webservice;
- protocol=vm
- #event server's access url
- #demo:
- #vm -> localhost
- #ormrpc -> tcp://192.168.123.23:11036
- #webservice -> http://192.168.19.5:6888/ormrpc/services/WSWSVoucher
- serverUrl=localhost
- #the defaultEvnetprocuder,reponsible for create event and send it.
- defaultEventProcuder=com.kingdee.bos.event.producer.BOSEventProducer
|