inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

김재현님의 게시글

김재현 김재현

@j2ss20024315

수강평 작성수
-
평균평점
-

게시글 1

질문&답변

/h2-console 403 에러

@Bean public WebSecurityCustomizer webSecurityCustomizer() { return (web) -> web.ignoring() .requestMatchers(new AntPathRequestMatcher("/h2-console/**")) .requestMatchers(new AntPathRequestMatcher("/favicon.ico")); } 이렇게 작성하면 잘 동작합니다!

좋아요수
0
댓글수
3
조회수
2391