logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

BUG记录: 拦截器 handler instanceof HandlerMethod 一直为false ( 原因导错了jar包 )

handler instanceof HandlerMethod 一直为false 是因为导错了包应该导入:import org.springframework.web.method.HandlerMethod;@Overridepublic boolean preHandle(HttpServletRequest request, HttpServletResponse response, Ob

#java#spring boot
nginx正向代理访问微信接口502错误, Unable to tunnel through proxy. Proxy returns \“HTTP/1.1 502 Bad Gateway\

nginx正向代理访问微信接口报错502,Unabletotunnelthroughproxy.Proxyreturns"HTTP/1.1502BadGateway\。在resolver后面加上ipv6=off(关闭ipv6即可)

#nginx#gateway#linux
暂无文章信息