1
0
mirror of synced 2026-05-22 14:43:15 +00:00

feat(plugin): 新增 freemarker 集成插件。 fix: #651

This commit is contained in:
click33
2025-01-08 07:11:08 +08:00
parent 6c4cdf514e
commit 3192717c0f
18 changed files with 633 additions and 4 deletions
+5
View File
@@ -154,6 +154,11 @@
<artifactId>sa-token-dialect-thymeleaf</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-freemarker</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-jwt</artifactId>