2022年1月22日
摘要: aop开发 1导入坐标 <!--导入spring的context坐标,context依赖aop--> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <versio 阅读全文
posted @ 2022-01-22 22:27 ziwang520 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 1 创建拦截器类实现HandlerInterceptor接口 package com.jc.interceptor;import org.springframework.web.servlet.HandlerInterceptor;import org.springframework.web.ser 阅读全文
posted @ 2022-01-22 21:52 ziwang520 阅读(31) 评论(0) 推荐(0) 编辑