[Spring Project] 스프링 오라클(oracle) 연동 (mybatis, Junit Test)
·
Back end/Spring Project
안녕하세요! 오늘은 스프링과 오라클 연동 및, mybatis 연동, Junit Test에 대해 알아보겠습니다. 1. pom.xml에서 Spring 버전을 3.1.1에서 4.3.8로 변경합니다. 2. 아래에 오라클 설정 관련 코드를 추가해줍니다. oracle http://maven.jahia.org/maven2 3. junit 버전을 4.7 -> 4.12로 변경합니다. 4. junit 밑에 하단의 코드도 추가해줍니다. 추가 후에는 프로젝트 우클릭 > Maven > Update Project를 해줍니다. org.springframework spring-jdbc ${org.springframework-version} org.springframework spring-test 4.3.8.RELEASE test o..