본문 바로가기
카테고리 없음

The dependencies of some of the beans in the application context form a cycle

by moonstal 2022. 3. 22.

OAuth2DetailsService가 SecurityConfig보다 먼저 떠서 di에 문제생김

String password = new BCryptPasswordEncoder().encode(UUID.randomUUID().toString());

바로 생성해줌