Spring Boot(24)——使用Freemarker视图

Posted elim168

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot(24)——使用Freemarker视图相关的知识,希望对你有一定的参考价值。

使用Freemarker视图

Spring Boot默认对Freemarker也有支持,需哟使用Freemarker的第一步是加入Freemarker的依赖。

<dependency>
    <groupId>org.freemarker</groupId>
    <artifactId>freemarker</artifactId>

以上是关于Spring Boot(24)——使用Freemarker视图的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot (24) 使用Spring Cache集成Redis

Spring Boot学习总结(24)——Spring Boot 2.5 新特性一览

Spring Boot学习总结(24)——Spring Boot 2.5 新特性一览

Spring Boot教程第24篇:整合docker

曹工说Spring Boot源码(24)-- Spring注解扫描的瑞士军刀,asm技术实战(上)

使用 spring-boot 和 Weblogic 公开 SOAP Webservice