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

[MVC 구현하기 - 3단계] 오잉(이하늘) 미션 제출합니다 #612

Merged
merged 5 commits into from
Sep 25, 2023

Conversation

hanueleee
Copy link

@hanueleee hanueleee commented Sep 25, 2023

안녕하세요 테오!

JspView는 저번 단계에서 해버려서
이번 단계에서는

  1. JsonView 구현
  2. Legacy MVC 제거
    만 진행했습니다!

궁금한 점
DispatcherServletInitialIzer를 mvc모듈로 내릴 수 없는 이유가 뭘까요?!
다양한 이야기가 나오고 있는 것 같아서 테오의 의견도 궁금합니다!

3단계도 잘 부탁드립니다~~👨‍🎤

@hanueleee hanueleee self-assigned this Sep 25, 2023
Copy link
Member

@woosung1223 woosung1223 left a comment

Choose a reason for hiding this comment

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

안녕하세요 오잉!

깔끔하게 잘 구현해주셨습니다~
try-with-resources를 통한 자원정리까지 완벽합니다 👍

사소한 부분에 대해서만 피드백 남겼습니다!
수정하시고 리뷰요청해주시면 바로 merge 하겠습니다~!

궁금한 점
DispatcherServletInitialIzer를 mvc모듈로 내릴 수 없는 이유가 뭘까요?!
다양한 이야기가 나오고 있는 것 같아서 테오의 의견도 궁금합니다!

저도 그 문제를 겪었는데, 모듈을 옮기면 ServletContainerInitializer가 스캔을 못하는 거 같더라구요.

아직 저도 명확한 해답을 찾지는 못했지만.. 서블릿 컨테이너의 동작 과정과 연관되어 있지 않을까요?

webInitializerClasses 를 어디서 스캔하는건지 알면 해결할 수 있을 것 같은데, 아직까지는 저도 원인파악이 안되고 있는 상태입니다 😅

Copy link
Member

@woosung1223 woosung1223 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 오잉~~

코드를 깔끔하게 잘 짜셔서 덕분에 리뷰하면서도 많이 배웠습니다!

요구사항도 전부 만족하시고 이번 미션에서 배워갈만한 내용은 전부 배워가신 것 같아 머지합니다!

새로운 미션도 화이팅입니다 🙌

@woosung1223 woosung1223 merged commit afb8b98 into woowacourse:hanueleee Sep 25, 2023
1 check failed
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