sign-up 폼이 깨지는 현상이 있습니다.
강의에서 npm을 통해서 설치하는 게 몇 번 정도 나오는데 전부 설치하셨나요??하셨다면Security 설정에 public void configure(WebSecurity web) throws Exception { web.ignoring().mvcMatchers("/node_modules/**") .requestMatchers(PathRequest.toStaticResources().atCommonLocations()); }이 설정을 추가하셨는지 확인해보세요.