惠州统计年鉴
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.

spring-task.xml 730 B

2 年之前
1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
  4. xmlns:task="http://www.springframework.org/schema/task"
  5. xsi:schemaLocation="http://www.springframework.org/schema/beans
  6. http://www.springframework.org/schema/beans/spring-beans-4.2.xsd
  7. http://www.springframework.org/schema/task
  8. http://www.springframework.org/schema/task/spring-task.xsd">
  9. <!-- <bean id ="rwqdTime" class= "com.lion.timer.RwqdNoticeTime" ></bean >
  10. <task:scheduled-tasks>
  11. <task:scheduled ref="rwqdTime" method="runTime" cron= "0 0 9 * * ?"/>
  12. </task:scheduled-tasks> -->
  13. </beans>