码迷,mamicode.com
首页 > 编程语言 > 详细

Spring异步功能

时间:2017-01-06 23:41:25      阅读:494      评论:0      收藏:0      [点我收藏+]

标签:support   需要   配置   let   tomcat7   tomcat   port   使用   filter   

使用 Spring 的异步功能时,实质是使用的 Servlet3 及以上版本的异步功能。
Spring 的异步处理机制需要在 web.xml 中全部的 servlet 和 filter 处配置 <async-supported>true</async-supported>,少一处不可。
使用这一机制,同时需要 Tomcat7 以上版本(含 Tomcat7)、JDK1.6 以上版本(含 JDK1.6)的支持。

  

Spring异步功能

标签:support   需要   配置   let   tomcat7   tomcat   port   使用   filter   

原文地址:http://www.cnblogs.com/hapday/p/6257483.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!