下面截图中, class @@@@@ BeanName 形式的 , 就是 SpringBoot 中注入的 解析器类和名字
ViewResolverComposite
简单来说就是使用简单的List来保存你配置使用的视图解析器
https://www.bbsmax.com/A/6pdDblBDJw/InternalResourceViewResolver
用过 springmvc 都知道吧 - 不知道的看着里ContenNegotiating
- 《Spring MVC Content Negotiation》BeanNameViewResolver
- 对 实现 View 接口 的 Bean 做 BeanName 映射DefaultErrorViewResolver
- 顾名思义 做 Error 情况 的 视图渲染
- 下一篇 : 《SpringMVC - 10 - 关于 mvc:annotation-driven》
- 下一篇: