springboot acquired request

 

import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttributes;

ServletRequestAttributes servlet = (ServletRequestAttributes) RequestContextHolder
					.currentRequestAttributes();

 

Guess you like

Origin blog.csdn.net/tianlong1569/article/details/89407826