最近学习freemarker
Posted wx57ac012361806
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了最近学习freemarker相关的知识,希望对你有一定的参考价值。
看到一篇文章说freemarker比thymeleaf
之前用过thymeleaf
<!--thymeleaf依赖-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
其实不管好用与否,用过了就那样子.
而后配合shiro,也有thymeleaf-extras-shiro的依赖
<!--shiro&thymeleaf-->
<dependency>
<groupId>com.github.theborakompanioni</groupId>
<artifactId>thymeleaf-extras-shiro</artifactId>
<version>2.0.0</version>
</dependency>
<!-- shiro -->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
<version>1.3.2</version>
</dependency>
<!-- shiro-web -->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
<version>1.3.2</version>
</dependency>
而freemarker最近也想通过网站自学下
以上是关于最近学习freemarker的主要内容,如果未能解决你的问题,请参考以下文章