Skip to content

Commit

Permalink
refactor:[kakao-tech-campus-2nd-step3#84]- refact failure
Browse files Browse the repository at this point in the history
실패 임시 출력 추가. 추후 로그로 변경
  • Loading branch information
yooonwodyd committed Nov 14, 2024
1 parent f8b6f99 commit 9439e32
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package com.helpmeCookies.global.config;

import org.springframework.context.annotation.Configuration;
import org.springframework.session.data.redis.config.annotation.web.http.EnableRedisHttpSession;

@Configuration
@EnableRedisHttpSession
public class RedisHttpSessionConfig {
// 세션 타임아웃을 설정할 수 있습니다.
}

0 comments on commit 9439e32

Please sign in to comment.