摘要: 首先导入两个包 1 <dependency> 2 <groupId>org.quartz-scheduler</groupId> 3 <artifactId>quartz</artifactId> 4 <version>2.2.2</version> 5 </dependency> 6 <depen 阅读全文
posted @ 2016-06-25 11:53 三生有幸呵呵哒 阅读(689) 评论(0) 推荐(0) 编辑
摘要: 首先在xml配置文件头中添加以下几行: xmlns:task="http://www.springframework.org/schema/task" xmlns:task="http://www.springframework.org/schema/task" http://www.springf 阅读全文
posted @ 2016-06-25 11:50 三生有幸呵呵哒 阅读(5323) 评论(0) 推荐(2) 编辑
摘要: 如TestService,其实现为TestServiceImpl,则可以通过 TestService testService = (TestService)SpringContextHolder.getBean("testServiceImpl"); 来获取 阅读全文
posted @ 2016-06-25 11:46 三生有幸呵呵哒 阅读(1864) 评论(0) 推荐(0) 编辑