반응형 스프링 메이븐1 [#Spring] 06. Spring 환경설정 1. content 파일 분리 스프링에 이용할 설정파일들을 resource에 일괄적으로 저장함 /main/resource에 spring 디렉터리 생성 servlet-context.xml, root-context.xml 를 각각 해당 디렉터리로 이동 servlet-context.xml -> /main/resource/ root-context.xml -> /main/resource/spring/ 이후 web.xml에서 context경로, servlet경로 수정 // content 수정 contextConfigLocation classpath:spring/*-context.xml // servlet 수정 appServlet org.springframework.web.servlet.DispatcherServle.. 2021. 7. 1. 이전 1 다음 반응형