优化文档

This commit is contained in:
click33
2022-08-22 16:30:18 +08:00
parent 0a7fb4dd5e
commit 56e3b792df
2 changed files with 4 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ Sa-Token 数据存储有三大作用域,分别是:
- `SaApplication` - 全局作用域:存储的数据在全局范围内有效。
### SaStorage - 数据读写三大作用域
### SaStorage - 请求作用域
在 SaStorage 中存储的数据只在一次请求范围内有效,请求结束后数据自动清除。使用 SaStorage 时无需处于登录状态。
``` java