mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-04 23:39:27 +08:00
docs: 优化文档
This commit is contained in:
parent
02c36fe9f8
commit
9058e7edc4
@ -87,7 +87,7 @@
|
||||
- [Quick-Login快速登录插件](/plugin/quick-login)
|
||||
- [Alone独立Redis插件](/plugin/alone-redis)
|
||||
- [缓存层扩展](/plugin/dao-extend)
|
||||
- [自定义序列化插件](/plugin/custom-serializer)
|
||||
- [序列化插件扩展包](/plugin/custom-serializer)
|
||||
- [和 Thymeleaf 集成](/plugin/thymeleaf-extend)
|
||||
- [和 Freemarker 集成](/plugin/freemarker-extend)
|
||||
- [注解鉴权 SpEL 表达式](/plugin/spel-at)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 自定义序列化插件
|
||||
# 序列化插件扩展包
|
||||
---
|
||||
|
||||
引入此插件可以为 Sa-Token 提供一些有意思的序列化方案。(娱乐向,不建议上生产)
|
||||
@ -34,7 +34,7 @@ public void rewriteComponent() {
|
||||
|
||||
效果图:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
#### 2、SaSerializerForBase64UsePeriodicTable
|
||||
@ -50,7 +50,7 @@ public void rewriteComponent() {
|
||||
|
||||
效果图:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@ -67,7 +67,7 @@ public void rewriteComponent() {
|
||||
|
||||
效果图:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
#### 4、SaSerializerForBase64UseEmoji
|
||||
@ -83,9 +83,9 @@ public void rewriteComponent() {
|
||||
|
||||
效果图:
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
@ -135,6 +135,7 @@ public void rewriteComponent() {
|
||||
```
|
||||
<!---------------------------- tabs:end ------------------------------>
|
||||
|
||||
除了以上的几种序列化方案,我们还提供了序列化扩展包,详细可参考:[序列化插件扩展包](/plugin/custom-serializer)
|
||||
|
||||
|
||||
### 3、集成 Redis 请注意:
|
||||
|
Loading…
Reference in New Issue
Block a user