질문&답변
/h2-console 403 에러
@Bean public WebSecurityCustomizer webSecurityCustomizer() { return (web) -> web.ignoring() .requestMatchers(new AntPathRequestMatcher("/h2-console/**")) .requestMatchers(new AntPathRequestMatcher("/favicon.ico")); } 이렇게 작성하면 잘 동작합니다!
- 좋아요수
- 0
- 댓글수
- 3
- 조회수
- 2391





