본문 바로가기
Spring

[Spring]SqlSessionFactory 연동순서

by 소금_msg 2021. 11. 13.

SqlSessionFactory는 데이터베이스와의 연결과 SQL의 실행에 대한 모든 것을 가진
   가장 중요한 객체이다.

SqlSessionFactory가 dataSource 객체를 참조하여 Mybatis 와 Mysql 서버를 연결시켜준다.

[연결시키기]
1. root-context.xml에 sqlSessionFactory 를 생성하는 객체 생성.
2. mybatis-config.xml파일 추가 후
configLocation 속성 추가