로딩
요청 처리 중입니다...

1. JWT + Spring Security 설정 도중 만난 오류들

 1. JWT + Spring Security 설정 도중 만난 오류들

환경 : spring boot : 2.7.2 java : 17 jwt + Spring Security 설정 후에 서버 구동 해 봤더니 난리가 났다. *************************** APPLICATION FAILED TO START *************************** Description: Parameter 0 of constructor in com.chalchal.chalchalsever.auth.service.UserServiceImpl required a bean of type 'org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder' that could not be found. Action: Consider defining a bean of type 'org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder' in your co...