세션 timeout 1시간으로 설정

This commit is contained in:
Rinjae
2025-12-15 15:40:13 +09:00
parent f832874e33
commit 7fef4dcb58
2 changed files with 2 additions and 2 deletions
@@ -28,7 +28,7 @@ public class EmptyJsonResponseAdviceController implements ResponseBodyAdvice<Obj
@PostConstruct
public void init() {
logger.info("========== EmptyJsonResponseAdviceController 로딩됨 ==========");
logger.debug("========== EmptyJsonResponseAdviceController 로딩됨 ==========");
}
@Override