
spring
文章平均质量分 96
iteye_16982
这个作者很懒,什么都没留下…
展开
-
使用Spring进行数据访问(Data Access With Spring)
目录(?)[+] Table of Contents 1.1. 统一的数据访问异常层次体系(Consistent Exception Hierarchy In Spring) 1.1.1. DAO模式的背景(Background of the DAO Pattern) 1.1.2. 梦想照进现实(The reality of imple...原创 2013-09-13 09:50:06 · 649 阅读 · 0 评论 -
使用spring @Scheduled注解执行定时任务
以前框架使用quartz框架执行定时调度问题、每个调度都需要多加在spring的配置中. 现在通过spring的 scheduled的使用注解的方式进行调度 1. 首先要配置我们的spring.xml xmlns 多加下面的内容: xmlns:task="http://www.springframework.org/schema/task" 然后xsi:schemaLo...原创 2014-09-16 09:40:51 · 80 阅读 · 0 评论