-
Notifications
You must be signed in to change notification settings - Fork 1
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 : 정적 파일 경로 설정 오류(학생 이메일 비밀번호 수정) #1101
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
근장하시면서 오류 해결,,
고생하셨습니다 💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생 많았어요ㅜ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고 많으셨어요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고많으셨습니다..
🔥 연관 이슈
🚀 작업 내용
💬 리뷰 중점사항
현재 정적파일을 사용하는 곳은 학생이 이메일을 통하여 비밀번호를 수정하는 로직이 있습니다. 예전 존재하지 않는 API 응답 커스텀하기 관련 yml 파일 수정(add-mappings = false)이 있었고, 이 과정에서 정적 파일의 경로를 찾을 수 없는 오류가 있었습니다.
WebConfig 중
addResourceHandlers
를 추가하여/static
으로 통하는 정적 파일의 경로를 지정해줬습니다.앞으로 정적 파일의 관리가 필요하다면
/static
에 넣고 사용하시면 됩니다.ㅜㅜ 빙빙 돌아서 오류는 해결했습니다.. 도와주신 분들 감사합니다.