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