/h2-console 403 ์๋ฌ
@Bean public WebSecurityCustomizer webSecurityCustomizer() { return (web) -> web.ignoring() .requestMatchers(new AntPathRequestMatcher("/h2-console/**")) .requestMatchers(new AntPathRequestMatcher("/favicon.ico")); }์ด๋ ๊ฒ ์์ฑํ๋ฉด ์ ๋์ํฉ๋๋ค!