摘要: 1.在有模板引擎的情况下: springboot会默认找 templates/error/错误状态码.html,所以我们要定制化错误页面就可以到templates/error下创建一个【对应错误状态码.html】html文件,当发生此状态码的错误springboot就会来到对应的页面。 同时如果我们 阅读全文
posted @ 2020-08-14 20:47 白熊啊 阅读(3934) 评论(0) 推荐(1) 编辑