refactor: 注释优化

This commit is contained in:
click33
2025-12-29 02:08:12 +08:00
parent 196d34be20
commit b1723e5424
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -14,5 +14,6 @@ unpackage/
.idea/
sa-token-three-plugin/
sa-token-doc/big-file/
.flattened-pom.xml

View File

@@ -25,7 +25,7 @@ import cn.dev33.satoken.context.model.SaTokenContextModelBox;
*
* <p>
* 使用 [ ThreadLocal 版本 ] 上下文处理器需要在全局过滤器或者拦截器内率先调用
* SaTokenContextForThreadLocalStorage.setBox(req, res, sto) 初始化上下文
* SaTokenContextForThreadLocalStaff.setBox(req, res, sto) 初始化上下文
* </p>
*
* <p> 一般情况下你不需要直接操作此类,因为框架的 starter 集成包里已经封装了完整的上下文操作 </p>