spring定时器配置
程序员文章站
2022-06-09 10:48:41
...
在spring-servlet.xml文件中:
xmln后加上: xmlns:task=”http://www.springframework.org/schema/task”
在最后加上
http://www.springframework.org/schema/task
http://www.springframework.org/schema/task/spring-task-3.1.xsd
加入:
<task:annotation-driven/>
<context:annotation-config/>
<bean class="org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor"/>
<context:component-scan base-package="com.loan"/>
其中”com.loan”为所写serviceImpl所在文件位置。
写定时逻辑时,一般时service和serviceImpl,其中返回值为空。
如下为serviceImpl的配置:
其中cron=”0 * /5 * * * ?“ 每5分钟执行courseQueue中的内容。
推荐阅读
-
SpringBoot 源码解析 (三)----- Spring Boot 精髓:启动时初始化数据
-
Spring-Cloud-Filter(过滤器)
-
spring依赖注入
-
Centos中安装多个mysql数据的配置实例_MySQL
-
配置docker 和 flannel
-
debian Squeeze配置apache php mysql环境,debian中apache目录结
-
ajax的配置详情、ajax的调用解释、ajax的中文乱码和ajax的表单提交(内有实例)
-
debian Squeeze配置apache php mysql环境,debian中apache目录结
-
Linux 操作系统下Web服务器配置详细介绍
-
正确维护配置Apache服务器的方法 保护系统安全