[Spring] ORM : MyBatis 연동 2
1234567891011121314151617181920212223242526 com.oracle ojdbc6 11.1.0.7.0 org.mybatis mybatis-spring 1.2.5 org.mybatis mybatis 3.3.1 org.springframework spring-jdbc 4.2.5.RELEASE org.aspectj aspectjweaver 1.8.9 cs pom.xml에 위 다섯개의 dependecies를 추가해준다. commons-dbcp의 1.4버전도 추가해준다. spring 폴더 아래에 Spring Bean Definition file인 rootContext.xml 을 만들어준다. 12345678910111213141516171819202122232425262728293031..