Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix providing jackson2 object mapper builder login #96

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

mkSpace
Copy link
Collaborator

@mkSpace mkSpace commented Jun 17, 2024

진행한 일

기존에 Jack2ObjectMapperBuilder를 주입하는 로직에 customziers를 추가하는 부분이 빠져있어서 Spring에서 권장하는 방식대로 ObjectMapper를 주입할 수 없어 이를 변경했습니다.

Spring에서 권장하는 방식대로 주입하면 챙길수 있는 이점은

  • yml 파일을 통한 Jackson Library 설정
  • Custom Module 추가로 Serializer, Deserializer 등을 추가할 수 있음
  • 그 외 Spring에서 AutoConfiguration으로 제공하는 기본 Module의 동작을 기대할 수 있습니다

@mkSpace mkSpace requested a review from K-Diger June 17, 2024 03:48
Copy link
Collaborator

@K-Diger K-Diger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

참 꼼꼼하시네여 .. 변경사항 관련(스프링에서 권장하는 방식에 관한..) 링크도 공유주실수있나요?

@mkSpace
Copy link
Collaborator Author

mkSpace commented Jun 17, 2024

참 꼼꼼하시네여 .. 변경사항 관련(스프링에서 권장하는 방식에 관한..) 링크도 공유주실수있나요?

참 꼼꼼하시네여 .. 변경사항 관련(스프링에서 권장하는 방식에 관한..) 링크도 공유주실수있나요?

https://docs.spring.io/spring-data/rest/reference/customizing/custom-jackson-deserialization.html#customizing-sdr.custom-jackson-deserialization.custom-serializers

이 링크 보시면 됩니다

@mkSpace mkSpace merged commit e801fed into develop Jun 17, 2024
1 check passed
@mkSpace mkSpace deleted the feature/jackson-config branch June 17, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants