mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-06-28 13:34:18 +08:00
chore: freemarker 集成插件标注参考资料链接
This commit is contained in:
parent
3192717c0f
commit
00d4c3f672
@ -4,6 +4,9 @@ import cn.dev33.satoken.SaManager;
|
|||||||
import org.springframework.boot.SpringApplication;
|
import org.springframework.boot.SpringApplication;
|
||||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 参考链接:https://blog.csdn.net/m0_64210833/article/details/135994864
|
||||||
|
*/
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
public class SaTokenFreemarkerDemoApplication {
|
public class SaTokenFreemarkerDemoApplication {
|
||||||
|
|
||||||
|
@ -33,6 +33,12 @@ import java.util.function.Function;
|
|||||||
*/
|
*/
|
||||||
public class SaTokenTemplateDirectiveModel implements TemplateDirectiveModel {
|
public class SaTokenTemplateDirectiveModel implements TemplateDirectiveModel {
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 参考资料:
|
||||||
|
* - https://blog.csdn.net/m0_64210833/article/details/135994864
|
||||||
|
* - https://blog.csdn.net/qq_35752835/article/details/111321893
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 使用标签指令模板时,指定值的属性名
|
* 使用标签指令模板时,指定值的属性名
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user