Loading...

摘要: 引入项目需要的AOP包 org.springframework spring-aop 4.1.7.RELEASE aspectj aspectjrt 1.5.3 org.... 阅读全文
posted @ 2016-08-13 21:54 严康 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 使用spring内置的定时器首先创建一个需要定时的类和需要定时的方法:public class QuartzSpiderJob { //定时器方法类 public void QuartzJob(){ System.out.println("定时器test")... 阅读全文
posted @ 2016-08-13 21:46 严康 阅读(150) 评论(0) 推荐(0) 编辑