MyBatis 연동 및 사용1 Spring Legacy / MyBatis 연동 및 사용하기 Spring에서 SQL 맵핑 프레임워크인 MyBatis를 사용하려면 어떻게 해야할까? 순서는 다음과 같다. MyBatis 관련 라이브러리 추가 SqlSessionFactory 등록 Mapper 스캔 설정 Mapper 작성 (사용예제) 1. MyBatis 관련 라이브러리 추가 MyBatis를 연동하기 위해 필요한 라이브러리는 총 4개가 있다. - mybatis / mybatis-spring : MyBatis와 스프링 연동용 라이브러리 //mybatis org.mybatis mybatis 3.4.6 //mybatis-spring org.mybatis mybatis-spring 1.3.2 - spring-jdbc / spring-tx : 스프링에서 DB처리와 트랜잭션 처리(해당 라이브러리들은 MyBatis와 .. 2020. 9. 23. 이전 1 다음