constructor
Şöyle yaparız.
Şöyle yaparız.
Şöyle yaparız.
ServletRequestAttributes attr = (ServletRequestAttributes)
RequestContextHolder.currentRequestAttributes();
getRequest metoduŞöyle yaparız.
// Get a Request object from the request sent
HttpServletRequest req = ((ServletRequestAttributes)RequestContextHolder
.currentRequestAttributes())
.getRequest();
// Get the IP from the object
String ip = req.getRemoteAddr();
Hiç yorum yok:
Yorum Gönder