config.xml 547 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="GB2312"?>
  2. <plugin version="1.1">
  3. <!--Config For ObjectLCMonitor BEGIN-->
  4. <!--
  5. Listener默认为监控对象的新增、修改、删除前
  6. EventType:
  7. 1:新增
  8. 2:修改
  9. 3:删除前
  10. 4、删除后
  11. 多个以逗号隔开
  12. -->
  13. <extension element-class="com.trs.infra.persistent.listener.MonitorHostConfig"
  14. id="ObjectLCMonitor">
  15. <!--用户-->
  16. <!--monitor-host name="用户" class-name="com.trs.cms.auth.persistent.User">
  17. <listener bean-id="UserListenerForRecordLogin" event-type="2"/>
  18. </monitor-host-->
  19. </extension>
  20. </plugin>