摘要: 1.创建拦截器类 import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.HandlerInterceptor; import javax.servlet. 阅读全文
posted @ 2020-06-01 14:44 动力起点 阅读(178) 评论(0) 推荐(0)
摘要: 1.在springMvc的xml配置文件中加入开启aop和扫描aop的配置 <!-- 将类加入IOC容器 --> <context:component-scan base-package="com.huqi.aop"></context:component-scan> <!-- 开启aop注解 -- 阅读全文
posted @ 2020-06-01 14:00 动力起点 阅读(299) 评论(0) 推荐(0)