spring整合redis和querk定时器操作步骤:1.先从项目中的webapp下的web.xml添加加载spring容器和spring监听器2.便于解耦创建配置redis配置文件3@Autowired注入jedispool,4.调用redis中的方法