摘要: 使用spring自定义注解实现权限访问 1. 首先定义注解类2. 使用拦截器实现注解功能3. 配置拦截器4. 在controller层使用注解 import java.lang.annotation.ElementType; import java.lang.annotation.Retention 阅读全文
posted @ 2022-01-16 13:16 spiderman11 阅读(819) 评论(0) 推荐(0)