@AuthenticationPrincipal null 현상 해결이 되지 않습니다 .. ㅠㅠ
Filter 처리 후 SecurityContextHolder에 주입그 후 컨트롤러에서 @AuthenticationPrincipal 로 가져올 시 null 현상이 일어납니다.컨트롤러 단에서 SecurityContextHolder 에서 꺼내서 Principal 가져올 시 존재하는데 어노테이션을 통하여 사용하려고 하니 null 이 뜨네요.. 혹시 무언가 잘못된 부분이 있을까요 ..?Security 인증은 따로 사용하지 않고 있습니다.Spring Cloud Gateway ->모듈 Fileter -> Controller 로 사용중입니다.SCG에서 토큰 검증 후 uid를 모듈로 넘겨준 후 공통으로 사용하기 위해 AuthenticationPrincipal를 사용하려 합니다.FIlterTokenProviderTest ControllerUser Entity UserDetails Override