标签:
<error-page>
<exception-type>java.lang.Throwable</exception-type>
<location>/500.jsp</location>
</error-page>
<error-page>
<error-code>500</error-code>
<location>/500.jsp</location>
</error-page>
<error-page>
<error-code>404</error-code>
<location>/404.jsp</location>
</error-page>
【Spring学习笔记-MVC-15.1】Spring MVC之异常处理=404界面
标签:
原文地址:http://www.cnblogs.com/ssslinppp/p/4610059.html