使用:
<error-page>
<exception-type>java.lang.Throwable</exception-type>
<location>/thymeleaf_views/error.jsp</location>
</error-page>
不起作用:
<error-page>
<exception-type>java.lang.Throwable</exception-type>
<location>/thymeleaf_views/error.html</location>
</error-page>
我得到了错误:
SEVERE: Exception Processing ErrorPage[exceptionType=java.lang.Throwable, location=/thymeleaf_views/error.html]
java.lang.NullPointerException
似乎Spring以某种方式解析而没有任何检查**。jsp *但是所有其他扩展应该以某种方式解决,因为只有 jsp 工作。任何其他延期都被拒绝。