下面截图中, class @@@@@ BeanName 形式的 , 就是 SpringBoot 中注入的 解析器类和名字


  1. ViewResolverComposite 简单来说就是使用简单的List来保存你配置使用的视图解析器
    https://www.bbsmax.com/A/6pdDblBDJw/

  2. InternalResourceViewResolver 用过 springmvc 都知道吧 - 不知道的看着里

  3. ContenNegotiating - 《Spring MVC Content Negotiation》

  4. BeanNameViewResolver - 对 实现 View 接口 的 Bean 做 BeanName 映射

  5. DefaultErrorViewResolver - 顾名思义 做 Error 情况 的 视图渲染