RestTemplate에서 UnknownContentTypeException 오류 해결하기
선 요약 외부 Rest API 서버의 응답의 ContentType이 html/text이며 본문(Body)이 json인 경우. MappingJackson2HttpMessageConverter에 처리할 수 있는 ContentType으로 html/text을 추가한다. 위의 1....
선 요약 외부 Rest API 서버의 응답의 ContentType이 html/text이며 본문(Body)이 json인 경우. MappingJackson2HttpMessageConverter에 처리할 수 있는 ContentType으로 html/text을 추가한다. 위의 1....
Define the skeleton of an algorithm in an operation, deferring some steps to client subclasses. Template Method lets subclasses redefine certain steps of ...
Convert the interface of a class into another interface that clients expect. The adapter pattern lets classes work together that couldn’t otherwise becaus...
The essence of the Iterator Pattern is to “Provide a way to access the elements of an aggregate object sequentially without exposing its underlying repres...
접근제어자는 Java를 처음 배울때 기초적으로 학습하게 됩니다.