[Start Spring Boot] Content negotiation

·2024년 3월 20일
0

Start Spring Boot!

목록 보기
22/53
post-thumbnail

Content negotiation?

  • 사용자를 위해서 문서의 언어나, 이미지의 포맷이나, 콘텐츠의 인코딩등을 지원하는 일

XML을 지원해보자!

Dependencies

  • build.gradle
dependencies {
'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
}
  • 다음의 의존성을 추가하면 끝이다.

API 호출시

  • Header에 Accept, application/xml 다음으로 요청시 xml을 반환한다.

  • Postman을 사용하여 테스트 하였다.
profile
백엔드 개발자가 꿈인 컴공과

0개의 댓글

관련 채용 정보