mvc 설정

· Spring
스프링 MVC를 실행하는데 필요한 최소 설정 - 스프링 MVC의 주요 설정 (HandlerMapping, ViewResolver 등) - 스프링의 DispatcherServlet 설정 스프링 MVC 설정 package config; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.DefaultServletHandlerConfigurer; import org.springframework.web.servlet.config.annotation.EnableWebMvc; import org.springframework.web.servlet.config...
runnnerDevHong
'mvc 설정' 태그의 글 목록