添加自定义注解
package org.book.configuration.aop; import java.lang.annotation.*; @Documented @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface NoCheckLogin { }
创建一个SpringMvcHandler 类,继承HandlerInterceptorAdapter
package org.book.configuration.Handler; import com.alibaba.fastjson.JSONObject; import lombok.extern.slf4j.Slf4j; import org.book.common.JsonResult; import org.book.configuration.aop.NoCheckLogin; import org.springframework.web.method.HandlerMethod; import org.springframework.web.servlet.ModelAndView; import org.springframework.web.servlet.handler.HandlerInterceptorAdapter; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.PrintWriter; import java.lang.reflect.Method; @Slf4j public class SpringMvcHandler extends HandlerInterceptorAdapter { public void afterCompletion(HttpServletRequest arg0, HttpServletResponse arg1, Object arg2, Exception arg3) throws Exception { } public void postHandle(HttpServletRequest arg0, HttpServletResponse arg1, Object arg2, ModelAndView arg3) throws Exception { } public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception { HandlerMethod hm = null; Method method = null; if(handler instanceof HandlerMethod) { hm = (HandlerMethod) handler; method = hm.getMethod();// 获取方法 } else { return true; } // 该方法是否添加 允许未登录访问注解 if (method !=null && method.isAnnotationPresent(NoCheckLogin.class)) { // 不拦截 return true; } String name = (String) request.getSession().getAttribute("user"); if (name != null) { return true; } else { response.setCharacterEncoding("UTF-8"); response.setContentType("application/json; charset=utf-8"); PrintWriter out = null; try { out = response.getWriter(); out.append(new JSONObject().toJSONString(JsonResult.renderFail("用户未登录")) ); }catch (Exception e){ out = response.getWriter(); out.append(new JSONObject().toJSONString(JsonResult.renderError("后台出错"))); log.info(e.getStackTrace().toString()); } return false; } } }
被@NoLoginCheck注解的方法不会被拦截在springmvc配置文件配置拦截路径和排除路径
<mvc:interceptors> <mvc:interceptor> <mvc:mapping path="/**"/> <mvc:mapping path="/"/> <mvc:mapping path="/index.jsp"/> <mvc:exclude-mapping path="/assets/**"/> <mvc:exclude-mapping path="/images/**"/> <bean class="org.book.configuration.Handler.SpringMvcHandler"></bean> </mvc:interceptor> </mvc:interceptors>
1)预处理preHandle()方法
用户发送请求时,先执行preHandle()方法。会先按照顺序执行所有拦截器的preHandle方法,一直遇到return false为止,比如第二个preHandle方法是return false,则第三个以及以后所有拦截器都不会执行。若都是return true,则执行用户请求的url方法。
2)后处理postHandle()
方法调用了Service并返回ModelAndView,但未进行页面渲染,可以在这里继续修改ModelAndView
3)返回处理afterCompletion()
方法已经渲染了页面,在afterCompletion中,可以根据ex是否为null判断是否发生了异常,进行日志记录。注:一般使用preHandle这个拦截器进行预处理,对url进行请求拦截
Comments | 28,985 条评论
博客作者 lisinopril 10
[url=https://olisinopril.online/]cost of lisinopril 10 mg[/url]
博客作者 best no prescription pharmacy
[url=https://drugstorepp.online/]canadian pharmacy without prescription[/url]
博客作者 prednisone 10 mg coupon
[url=https://oprednisone.com/]prednisone 10 mg coupon[/url]
博客作者 us pharmacy
[url=https://bestmedsx.com/]www canadianonlinepharmacy[/url]
博客作者 prinivil 2.5 mg
[url=https://lisinoprilgp.com/]lisinopril oral[/url]
博客作者 online pharmacy india
[url=https://happyfamilymedicalstore.online/]rate canadian pharmacies[/url]
博客作者 buy prendesone without a prescription
[url=https://prednisonekx.online/]prednisone 60 mg price[/url]
博客作者 valtrex medication
[url=https://valtrexbt.online/]purchase valtrex[/url]
博客作者 tadalafil buy cheap
[url=https://tadalafilgf.com/]generic cialis compare prices[/url]
博客作者 foreign online pharmacy
[url=https://happyfamilymedicalstore.online/]cheapest prescription pharmacy[/url]
博客作者 prednisone brand name india
[url=https://prednisonekx.online/]prednisone best prices[/url]
博客作者 tadalafil 40 mg
[url=https://tadalafilu.online/]online tadalafil 20mg[/url]
博客作者 zestril tablet
[url=https://lisinoprill.com/]lisinopril capsule[/url]
博客作者 MariyaAtmom9660
XEvil6.0自动解决大多数类型的captchas,
包括这类验证码: ReCaptcha v.2, ReCaptcha-3, Hotmail (Microsoft), Google captcha, Solve Media, BitcoinFaucet, Steam, Amazon, Twitter, Microsoft, Twitch, Outlook, +12000
1.) 快速,轻松
XEvil是世界上最快的验证码杀手。 它没有解决限制,没有线程数限制
你甚至可以每天解决1.000.000.000captchas,它将花费0(零)美元! 只需购买许可证59美元和所有!
2.) 几个Api支持
XEvil支持超过6种不同的全球知名API: 2captcha.com, anti-captchas.com (antigate), RuCaptcha, death-by-captcha, etc.
只要通过HTTP请求发送您的验证码,因为您可以发送到任何一个服务-和XEvil将解决您的验证码!
因此,XEvil与数百个SEO/SMM/密码恢复/解析/发布/点击/加密货币/等应用程序兼容。
3.) 有用的支持和手册
购买后,您可以访问私人技术。支持论坛,维基,Skype/电报在线支持
开发人员将免费且非常快速地训练XEvil到您的验证码类型-只需向他们发送示例
4.) 如何免费试用XEvil完整版?
警告:免费XEvil演示不支持ReCaptcha,hCaptcha和大多数其他类型的captcha!
https://xrumersale.site/
博客作者 can you buy synthroid over the counter
[url=https://isynthroid.online/]synthroid 150 mg cost[/url]