1. 总结: 不要 加上 @EnableWebMvc
这样 springboot 自动加上 的 静态资源处理会失效
2. 如何自定义 404 响应页面
springboot 默认页面 视图解析器
自定义异常处理
以上做法是错误的