/spring-boot-auth-starter-example

基于springboot的简单权限验证示例

Primary LanguageJava

spring-boot-auth-starter-example

2023-8-1起 废弃本项目,代码示例均在spring-boot-auth-startertest中体现

spring-boot-auth-starter 基于Spring Boot Web的权限拦截验证示例

使用说明

  • 需要自定义的相关内容放置在:com.boot.auth.example.custom 其中除了 RolesConstant 外其他都为非必须内容
  • @Auth 、@NoAuthGetSession 、@IgnoreLogin、@OperLog 相关注解使用参见 com.boot.auth.example.controllers