最近学习freemarker

看到一篇文章说freemarker比thymeleaf

之前用过thymeleaf

<!--thymeleaf依赖-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>