单项选择题

A.Spring Boot整合MyBatis必须提供mybatis-spring-boot-starter 依赖
B.@MapperScan(“xxx”)注解的作用和@Mapper注解一样
C.在全局配置文件中配置MyBatis的XML映射文件位置要使mybatis.mapper-locations属性
D.使用注解方式编写MyBatis接口文件数据修改方法时,还需要使用@Transactional 注解