feat: 角色权限模块
This commit is contained in:
@@ -11,7 +11,6 @@ import org.springframework.context.annotation.Configuration;
|
||||
* 权限认证的配置器
|
||||
*
|
||||
* @author: landaiqing
|
||||
* @date: 2023/10/28
|
||||
*/
|
||||
@Configuration
|
||||
public class SaTokenConfigure {
|
||||
|
@@ -19,7 +19,6 @@ import java.util.stream.Collectors;
|
||||
* 自定义权限验证接口扩展
|
||||
*
|
||||
* @author: landaiqing
|
||||
* @date: 2023/10/28
|
||||
*/
|
||||
@Component
|
||||
public class StpInterfaceImpl implements StpInterface {
|
||||
|
@@ -7,7 +7,6 @@ import java.util.Date;
|
||||
* (AuthPermission)实体类
|
||||
*
|
||||
* @author landaiqing
|
||||
* @since 2023-11-03 00:45:50
|
||||
*/
|
||||
public class AuthPermission implements Serializable {
|
||||
private static final long serialVersionUID = -56518358607843924L;
|
||||
|
@@ -14,7 +14,7 @@ import java.util.stream.Stream;
|
||||
* RedisUtil工具类
|
||||
*
|
||||
* @author: landaiqing
|
||||
* @date: 2023/10/28
|
||||
* @date: 2024/2/19
|
||||
*/
|
||||
@Component
|
||||
@Slf4j
|
||||
|
Reference in New Issue
Block a user