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.
34 lines
1.1 KiB
34 lines
1.1 KiB
<?xml version='1.0' encoding='utf-8'?> |
|
<job-scheduling-data xmlns="http://www.quartz-scheduler.org/xml/JobSchedulingData" |
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
xsi:schemaLocation="http://www.quartz-scheduler.org/xml/JobSchedulingData http://www.quartz-scheduler.org/xml/job_scheduling_data_1_8.xsd" |
|
version="1.8"> |
|
|
|
<schedule> |
|
<job> |
|
<name>ETL-TEST</name> |
|
<group>ETL</group> |
|
|
|
<description>ETL Jobs</description> |
|
<job-class>de.superx.spring.batch.job.BiQuartzBatchJob</job-class> |
|
<job-data-map> |
|
|
|
<entry> |
|
<key>components</key> |
|
<value>kern,cob</value> |
|
</entry> |
|
|
|
</job-data-map> |
|
</job> |
|
|
|
<trigger> |
|
<cron> |
|
<name>ETL-Test Trigger</name> |
|
<group>ETL-Test Trigger Group</group> |
|
<job-name>ETL-TEST</job-name> |
|
<job-group>ETL</job-group> |
|
<cron-expression>0 0 0 1 1 ? 2099</cron-expression> |
|
</cron> |
|
</trigger> |
|
</schedule> |
|
</job-scheduling-data> |