摘要:
引入项目需要的AOP包 org.springframework spring-aop 4.1.7.RELEASE aspectj aspectjrt 1.5.3 org.... 阅读全文
摘要:
使用spring内置的定时器首先创建一个需要定时的类和需要定时的方法:public class QuartzSpiderJob { //定时器方法类 public void QuartzJob(){ System.out.println("定时器test")... 阅读全文