-
Notifications
You must be signed in to change notification settings - Fork 25
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
4주차 미션 / 서버 3조 김주혜 #34
Open
rlawngP91
wants to merge
16
commits into
Konkuk-KUIT:main
Choose a base branch
from
rlawngP91:rlawngP_week04
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jspf 활용
→ ajax 도입
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
미션 진행도(%)
80%
미션 수행 내용
궁금점
다른 pull request에서도 확인했는데 댓글 답변을 달면 바로 보이는 화면에서 {0}과 {2}로 보이고 새로고침하면 제대로 보이는데 어떻게 해결하나요?
배운점
중복된 로직을 AbstractController 상속을 통해 제거하기
많은 attribute를 가지고 있는 request를 모두 넘기는 것이 아니라 ModelAndView에 addModel를 통해 넣어주고 dispatcherServlet에서 Map 형태로 가지고 있는 model안에 attribute를 request에 넣어주기