diocpBean.plug-ins 362 B

123456789101112131415
  1. {
  2. list:
  3. [
  4. {
  5. "id":"diocpDBDemo",
  6. "lib":"plug-ins\\plugin_form_diocp_DBDEMO.dll", //文件名
  7. },
  8. {
  9. "id":"diocpRemoteSvr",
  10. "remark":"实现接口: IRemoteServer, IRemoteServerConnector",
  11. "singleton":true, //单件模式
  12. "lib":"plug-ins\\diocp_bean.dll", //文件名
  13. }
  14. ]
  15. }