Spring MVC - 세팅 파일 예시 및 설명
스프링 세팅 파일에는 대표적으로 3개의 xml 파일이 존재한다. 1. web.xml (세팅 파일 지정 및 기초 설정) 2. servlet-context.xml (서블릿 - 화면 이동에 관한 세팅) 3. applicationContext.xml (DB 정보 세팅) web.xml 을 제외하고 설정 파일의 이름이 다를 수 있다. 가장 먼저 web.xml 을 설정해야한다. sample22 index.html index.htm index.jsp default.html default.htm default.jsp dispatcherServlet org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/spring/servlet-c..
2021.05.03