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.
28 lines
985 B
28 lines
985 B
2 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<plugin>
|
||
|
<id>com.fr.plugin.paila.sync</id>
|
||
|
<name><![CDATA[用户同步和单点]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>1.2.1</version>
|
||
|
<env-version>10.0</env-version>
|
||
|
<jartime>2018-03-10</jartime>
|
||
|
<vendor>fr.open</vendor>
|
||
|
<description><![CDATA[用户同步和单点]]></description>
|
||
|
<function-recorder class="com.fr.plugin.PLFunction"/>
|
||
|
<change-notes>
|
||
|
<![CDATA[
|
||
|
<p>[2022-03-12]项目启动</p>
|
||
|
]]>
|
||
|
</change-notes>
|
||
|
<main-package>com.fr.plugin</main-package>
|
||
|
<!--插件生命周期接口-->
|
||
|
<lifecycle-monitor class="com.fr.plugin.PLLifeCycleMonitor"/>
|
||
|
<extra-decision>
|
||
|
<!--插件注入HttpHandler-->
|
||
|
<HttpHandlerProvider class="com.fr.plugin.PLHttpHander"/>
|
||
|
<URLAliasProvider class="com.fr.plugin.PLUrlAliasProvider"/>
|
||
|
<GlobalRequestFilterProvider class="com.fr.plugin.PLFilter"/>
|
||
|
</extra-decision>
|
||
|
</plugin>
|
||
|
|