标签: template-engine spring-boot
Spring Boot支持FreeMarker / Groovy / Thymeleaf / Velocity开箱即用,如何在没有xml配置的情况下切换到其他模板引擎(httl等)?
我是否必须覆盖contentNegotiatingViewResolver并向其添加ViewResolver列表,如this post所示?