JSD-9503 用户权限同步
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1007 B

<?xml version="1.0" encoding="UTF-8" standalone="no"?><plugin>
<id>com.fr.plugin.xxxx.bi.sync</id>
<main-package>com.fr.plugin.xxxx.bi.sync</main-package>
<name><![CDATA[用户权限同步]]></name>
<active>yes</active>
<version>1.3</version>
<env-version>10.0</env-version>
<jartime>2018-07-31</jartime>
<vendor>fr.open</vendor>
<description><![CDATA[用户权限同步]]></description>
<change-notes><![CDATA[
[2021-01-24]【1.0】初始化插件。<br/>
[2021-03-22]【1.1】修改sql。<br/>
[2021-03-22]【1.2】修改url格式。<br/>
[2021-03-23]【1.3】update修改、增加授权、日志区分、定时器重置、配置抽取。<br/>
]]></change-notes>
<extra-decision>
<GlobalRequestFilterProvider class="com.fr.plugin.xxxx.bi.sync.SyncFilter"/>
</extra-decision>
<function-recorder class="com.fr.plugin.xxxx.bi.sync.SyncFilter"/>
<lifecycle-monitor class="com.fr.plugin.xxxx.bi.sync.LRGT"/>
</plugin>