只需要把错误页面放在resources/templates/error/下面,把文件名按照错误码命名就能自动找到页面
如:/resources/templates/error/404.html
需要一个视图解析框架:spring-boot-starter-thymeleaf 当然也可以是其他框架
--------------------------------springboot 错误页面源码逻辑-----------------------------
只需要把错误页面放在resources/templates/error/下面,把文件名按照错误码命名就能自动找到页面
如:/resources/templates/error/404.html
需要一个视图解析框架:spring-boot-starter-thymeleaf 当然也可以是其他框架
--------------------------------springboot 错误页面源码逻辑-----------------------------