如何使用自定义错误HTML页面替换Spring Boot 1.3.x 404错误页面

时间:2019-12-06 08:47:19

标签: spring spring-boot spring-mvc

当前我正在使用Spring Boot v 1.3.x 我添加了错误html页面,如下所示: Folder Structure for error html page

但是默认的可白化消息仍然无法用我的html页面替换404。

它可以在Spring Boot v 2.x中运行,但我想使用Spring Boot v 1.3.x

查询: 有什么方法可以覆盖默认的404错误页面

1 个答案:

答案 0 :(得分:0)

这是在Spring Boot 1.4中添加的,因此正常在Spring Boot 1.3中不起作用:https://github.com/spring-projects/spring-boot/wiki/spring-boot-1.4-release-notes#convention-based-error-pages

还要注意Spring Boot 1.x should no longer be used