728x90
public static LoginVO getUser(){
ServletRequestAttributes servletrequestattributes = (ServletRequestAttributes) RequestContextHolder.currentRequestAttributes();
HttpSession session = servletrequestattributes.getRequest().getSession(true);
return (LoginVO) session.getAttribute("컨트롤러에서 만들었던 setAttribute 값 ex)loginVO");
}
'Spring' 카테고리의 다른 글
[Spring] WebSocket sockJS 실시간 알림 구현하기 (3) (1) | 2022.01.10 |
---|---|
[Spring] 파일 다운로드 구현 (0) | 2021.12.15 |
[JAVA] sever ip 얻는 방법 InetAddress.getLocalHost() (0) | 2021.11.28 |
[Spring] WebSocket sockJS Q&A 실시간 알림 구현하기 (2) (3) | 2021.11.12 |
[Spring] WebSocket sockJS Q&A 실시간 알림 구현하기 (1) (0) | 2021.11.11 |