![JAR search and dependency download from the Maven repository](/logo.png)
com.ruijc.shiro.annotation.SessionUser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-shiro Show documentation
Show all versions of spring-boot-starter-shiro Show documentation
Springboot自动化配置Shiro框架并加入一些新功能。
The newest version!
package com.ruijc.shiro.annotation;
import java.lang.annotation.*;
/**
* 获取Shiro当前用户
*
* @author Storezhang
* @see SessionUserArgumentResolver
*/
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface SessionUser {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy