doBefore(){ ServetRequestAttrbtes attributes = (ServetRequestAttrbtes)RequestContextHolder.getHttpattributes(); HttpServletRequest request = attributes.getRequest(); }
Posted 413Xiaol
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot在aop中获取request对象相关的知识,希望对你有一定的参考价值。
doBefore(){ ServetRequestAttrbtes attributes = (ServetRequestAttrbtes)RequestContextHolder.getHttpattributes(); HttpServletRequest request = attributes.getRequest(); }
以上是关于Spring Boot在aop中获取request对象的主要内容,如果未能解决你的问题,请参考以下文章
spring boot aop 中获取requestbody参数
spring boot拦截器中获取request post请求中的参数