问答详情
源自:2-3 使用AOP处理请求(下)

RequestContextHolder.getRequestAttributes() 获得null是为什么

RequestContextHolder.getRequestAttributes() 获得null是为什么

提问者:aimu_rong 2019-01-06 14:16

个回答

  • 醉大侠
    2019-01-07 15:41:42

    请确保切片书写正确,这里是需要转换的

    ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes();
    HttpServletRequest request = attributes.getRequest();