web.xml1 Spring MVC 설정 1. WEB.XML 설정 1-1) 리스너 등록, 루트 컨텍스트 등록 contextConfigLocation classpath:/spring/root-context.xml org.springframework.web.context.ContextLoaderListener 1-2) UTF-8 인코딩 encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 encodingFilter /* 1-3) DispacherServlet으로 앞단에서 요청정보를 핸들링 해줌 appServlet org.springframework.web.servlet.DispatcherServlet contextConfigLocation classp.. 2020. 3. 12. 이전 1 다음