Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
核心修复 (Core Fix)
StpUtil.java: 修复了方法 getLoginIdByTokenNotThinkFreeze()缺失 static 关键字的问题。
由于该类构造方法私有,该方法作为工具方法应当为静态。
SaStrategy.java: 修复了 Javadoc 示例代码中错误的箭头符号(将全角 -》 修正为半角 ->),确保用户复制示例代码后可直接运行。
文档优化 (Docs Optimization)
2.1 将文档中所有的 jwt 统一规范化为大写的 JWT。
2.1 优化了 SSO 前后端分离整合方案的文案描述,使语义更加精简清晰。
2.3 dir-intro.md: 修复了仓库目录介绍中关于 redisson 插件目录名的拼写错误(由 reisson 修正为 redisson)。
代码格式化 (Code Formatting)
对 StpUtil和 SaStrategy的部分 Javadoc 注释进行了格式化对齐,去除了多余的空行,并增强了参数说明的可读性。