initgovschedule.xml 387 Bytes
<?xml version="1.0" encoding="GBK"?>
<module id="schedule" version="1.0.0">
    <service-point id="GovernTaskStatusJob" interface="weaver.interfaces.schedule.CronJob">
        <invoke-factory>
            <construct class="com.api.govern.job.GovernTaskStatusJob">
				<set property="cronExpr" value="0 0 1 * * ?"/>
			</construct>
        </invoke-factory>
    </service-point>
</module>