MaBatis1 [Spring] MyBatis 설정(feat.Spring) [이 글]과 달라진 점만 체크한다. 1. pom.xml mybatis, mybatis-spring, spring-jdbc, spring-tx를 사용한다. tx는 트랜잭션 처리를 위해서 추가한 것이다. org.mybatis mybatis 3.5.9 org.mybatis mybatis-spring 2.0.7 org.springframework spring-tx 5.3.18 org.springframework spring-jdbc 5.3.18 2. root-context.xml 1. 다음을 추가한다. 여기서 ds는 DataSource의 id다. 2. typeAliase를 하나하나 설정하려면 주석된 곳을 풀고 mybatis-config.xml을 남겨서 그 파일에 작성하면 된다. typeAliasesPackage.. 기록/BACKEND 2022. 4. 26. 이전 1 다음