SqlSessionFactory는 데이터베이스와의 연결과 SQL의 실행에 대한 모든 것을 가진
가장 중요한 객체이다.
SqlSessionFactory가 dataSource 객체를 참조하여 Mybatis 와 Mysql 서버를 연결시켜준다.
[연결시키기]
1. root-context.xml에 sqlSessionFactory 를 생성하는 객체 생성.
2. mybatis-config.xml파일 추가 후
configLocation 속성 추가
'Spring' 카테고리의 다른 글
[Spring]jdbc/oracle을 찾을 수 없습니다 오류 해결 (0) | 2021.11.15 |
---|---|
[Spring]디스패처 서블릿과 스프링 설정 (0) | 2021.11.14 |
[Spring]웹사이트 만드는 예제에서 interface 궁금한점 (0) | 2021.11.12 |
web.xml에서 welcome-file-list 란? (0) | 2021.11.10 |
[Spring] Mybatis 예제 순서 (0) | 2021.11.10 |