Skip to content

Commit

Permalink
주석 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
imgzon3 committed Aug 14, 2021
1 parent 6c94b1a commit 57e3e83
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 추가
public void configure(WebSecurity web) {
web.ignoring().antMatchers("/css/**", "/js/**", "/img/**", "h2-console/**");
}
Expand Down

0 comments on commit 57e3e83

Please sign in to comment.