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 - @EnableWebMvc 제거로 예상하지 않은 기능이 구현되지 않도록 수정 #180

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

kseysh
Copy link
Member

@kseysh kseysh commented Jul 16, 2024

Related issue 🚀

Work Description 💚

기본적으로 스프링에서 제공해주는 웹 기능들에 추가적으로 커스터마이징을 하기를 원한다면 @EnableWebMvc없이 WebMvcConfigurer를 구현한 설정 파일만 등록해주어야 하며, 
만약 WebMvcConfigurer를 구현하면서 @EnableWebMvc를 같이 붙여주면 스프링의 기본 설정들이 일부 무시된다. 
이와 관련된 내용은 스프링부트 공식 문서를 통해 참고하도록 하자.

출처: https://mangkyu.tistory.com/176 [MangKyu's Diary:티스토리]

라고 하여 불필요한 설정이 아닌 필요한 설정만 하기 위해 @EnableWebMvc를 제거하였습니다.

PR 참고 사항

  • 한 줄만 변경되었습니다!
  • Postman 테스트 완료하였습니다

@kseysh kseysh added the 🐞 BugFix 에러 수정, 버그 수정 label Jul 16, 2024
@kseysh kseysh requested a review from jumining July 16, 2024 12:29
@kseysh kseysh self-assigned this Jul 16, 2024
Copy link
Collaborator

@jumining jumining left a comment

Choose a reason for hiding this comment

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

슬랙에서 확인했습니다 바로 원인 발견하고 찾은거 굳

@kseysh kseysh merged commit e4c8a63 into develop Jul 17, 2024
1 check passed
@jumining jumining deleted the fix/#179-local-date-response-return-array-type branch November 19, 2024 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 BugFix 에러 수정, 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix - LocalDate response가 배열로 가는 문제
2 participants