From a6ea81beb9743a18a8eb456577688fb9621407b2 Mon Sep 17 00:00:00 2001 From: shyang Date: Fri, 15 Dec 2023 15:34:24 +0900 Subject: [PATCH] =?UTF-8?q?callout=20=EC=95=88=EC=97=90=20link=20=EB=8F=99?= =?UTF-8?q?=EC=9E=91=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2023-10-25-Spring-WebMvcConfigurer.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2023-10-25-Spring-WebMvcConfigurer.md b/_posts/2023-10-25-Spring-WebMvcConfigurer.md index 3cdd59e..5d35550 100644 --- a/_posts/2023-10-25-Spring-WebMvcConfigurer.md +++ b/_posts/2023-10-25-Spring-WebMvcConfigurer.md @@ -51,6 +51,8 @@ public void configureViewResolvers(ViewResolverRegistry registry) { } ``` +> [@EnableWebMvc](../../annotation/Annotation-@EnableWebMvc) Annotation과 함께 적용해야 한다. + ### 리소스 핸들링 - javascript, Css, images 와 같은 정적 리소스를 제어 - 리소스의 위치를 설정할 수 있다.