Skip to content

Commit

Permalink
주석 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
imgzon3 committed Aug 19, 2021
1 parent 57e3e83 commit 66a9411
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
private final UserService userService; // 유저 정보를 가져올 클래스

@Override
// 인증을 무시할 경로 설정, h2-console 추가
// 인증을 무시할 경로 설정, h2-console 추가 (근데 h2-console에 갑자기 로그인 요구, 수정 필요할듯)
public void configure(WebSecurity web) {
web.ignoring().antMatchers("/css/**", "/js/**", "/img/**", "h2-console/**");
}
Expand Down

0 comments on commit 66a9411

Please sign in to comment.