[서버] 스프링 RestTemplate org.springframework.web.client.HttpClientErrorException: 401 Unauthorized
스프링에서 RestTemplate를 이용해서 REST API 테스트 중인데 아래의 에러가 발생했습니다. 정확한 원인을 알려주면 좋을텐데 좀 애매하게 알려주네요. Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.web.client.HttpClientErrorException: 401 Unauthorized] with root cause org.springframework.web.client.HttpClientErrorException: 401 Unauthorized at or..