-
Spring에서 Oracle DB연동 (STS)카테고리 없음 2021. 12. 9. 14:49
https://mvnrepository.com/artifact/org.springframework/spring-jdbc/5.2.9.RELEASE
1. 메이븐 저장소 루트를 pom.xml에 추가
<!-- test --!> 밑에 작성
2. root-context.xml 추가
3. MyBatis 연동 - pom.xml에 추가
https://mvnrepository.com/artifact/org.mybatis/mybatis-spring/2.0.6
https://mvnrepository.com/artifact/org.mybatis/mybatis/3.5.7
4. root-context 수정
5. xml파일 생성