docs 补充项目注释

This commit is contained in:
AprilWind
2026-06-01 13:58:13 +08:00
parent 107d3326b4
commit e49f3b2260
94 changed files with 2328 additions and 68 deletions
@@ -21,6 +21,11 @@ import org.springframework.context.annotation.PropertySource;
@PropertySource(value = "classpath:common-satoken.yml", factory = YmlPropertySourceFactory.class)
public class SaTokenConfig {
/**
* 创建 Sa-Token JWT 登录逻辑。
*
* @return JWT 登录逻辑
*/
@Bean
public StpLogic getStpLogicJwt() {
// Sa-Token 整合 jwt (简单模式)