From 1da64da0314d3f006ef71a6039d9a5115b1181d8 Mon Sep 17 00:00:00 2001 From: AppleOfGray Date: Tue, 15 Nov 2022 08:41:35 +0000 Subject: [PATCH] =?UTF-8?q?update=20sa-token-doc/use/config.md.=20void?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=97=A0=E6=B3=95=E8=BF=94=E5=9B=9E...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sa-token-doc/use/config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/sa-token-doc/use/config.md b/sa-token-doc/use/config.md index 556e3e98..9bed7f46 100644 --- a/sa-token-doc/use/config.md +++ b/sa-token-doc/use/config.md @@ -98,7 +98,6 @@ public class SaTokenConfigure { config.setIsShare(true); // 在多人登录同一账号时,是否共用一个token (为true时所有登录共用一个token, 为false时每次登录新建一个token) config.setTokenStyle("uuid"); // token风格 config.setIsLog(false); // 是否输出操作日志 - return config; } } ```