1
0
mirror of https://gitee.com/dromara/sa-token.git synced 2025-04-05 17:37:53 +08:00

chore: freemarker 集成插件标注参考资料链接

This commit is contained in:
click33 2025-01-08 09:43:14 +08:00
parent 3192717c0f
commit 00d4c3f672
2 changed files with 9 additions and 0 deletions
sa-token-demo/sa-token-demo-freemarker/src/main/java/com/pj
sa-token-plugin/sa-token-freemarker/src/main/java/cn/dev33/satoken/freemarker/dialect

View File

@ -4,6 +4,9 @@ import cn.dev33.satoken.SaManager;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* 参考链接https://blog.csdn.net/m0_64210833/article/details/135994864
*/
@SpringBootApplication
public class SaTokenFreemarkerDemoApplication {

View File

@ -33,6 +33,12 @@ import java.util.function.Function;
*/
public class SaTokenTemplateDirectiveModel implements TemplateDirectiveModel {
/*
* 参考资料
* - https://blog.csdn.net/m0_64210833/article/details/135994864
* - https://blog.csdn.net/qq_35752835/article/details/111321893
*/
/**
* 使用标签指令模板时指定值的属性名
*/