spring boot註解實現權限控制

文章目錄 一、自定義註解 二、註解的實現 三、配置spring boot攔截器 四、添加@RoleCheck註解 劃重點(∩_∩) 一、自定義註解 Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface RoleCheck { String[] roles()
相關文章
相關標籤/搜索