프로그래밍/Spring2 [Spring] 오라클 연결 설정 및 context를 불러오는 과정 처음 실행할때 프로젝트의 web.xml실행 web.xml contextConfigLocation classpath*:*-context.xml dispatcherServlet org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath*:/spring/servlet-context.xml 1 web.xml에서 servlet-context와 root-context를 불러옴 servlet-context root-context classpath:/main/java/com/mobile/sqlmap/**/*Mapper.xml classpath:/sqlmap/**/*Mapper.xml No qualifying bean of type .. 2021. 12. 3. [Spring]Dynamic Web Project를 Spring Project로 변경(mybatis 설정) 1. 프로젝트 우클릭 - Configure - Convert to Maven Project Create new POM 창이 나오면 finish를 할경우 WebContent에 pom.xml이 생성된다. pom.xml을 아래 코드와같이 수정 4.0.0 com spring_maven 0.0.1-SNAPSHOT war http://maven.apache.org oracle https://maven.jahia.org/maven2 1.8 5.1.5.RELEASE 1.6.10 1.6.6 jstl jstl 1.2 org.slf4j slf4j-api ${org.slf4j-version} org.slf4j jcl-over-slf4j ${org.slf4j-version} runtime org.slf4j slf4j-log4j.. 2021. 11. 26. 이전 1 다음