Spring MVC에서 뷰 이름이 요청 경로와 일치하지 않을 경우, View Resolver를 통해 이를 어떻게 해결할 수 있나요? #122
Unanswered
Chocochip101
asked this question in
Spring
Replies: 1 comment
-
InternalResourceViewResolver를 사용하는 방법이 있습니다. InternalResourceViewResolver에 뷰의 경로를 prefix, view의 확장자(ex .jsp)를 suffix로 설정하여 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.
Beta Was this translation helpful? Give feedback.
All reactions