Gets the request object methods

一、RequestContextHolder, Anywhere using the following code:

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

 Second, the injection method:

 

Guess you like

Origin www.cnblogs.com/otways/p/11201493.html