SpringBoot2.x系列教程(三十五)SpringMVC之ViewResolver及扩展

在前些章节中咱们学习了各种前端模板引擎的页面展现,发现它们的共性时,都实现了ViewResolver接口,并将实现类注入到Spring容器当中。前端 以Thymeleaf为例,在它的自动配置类中实现以下:web @Bean @ConditionalOnMissingBean(name = "thymeleafViewResolver") ThymeleafViewResolver thymelea
相关文章
相关标签/搜索