试题详情

在Spring中,对Spring和MyBatis整合时,关于mapperLocations属性描述错误的是( )

AmapperLocations属性属于SqlSessionFactoryBean类

B配置mapperLocations的作用是减少MyBatis的映射文件的配置

C在配置mapperLocations时可以使用通配符*

D配置了mapperLocations就不需要配置MyBatis其他属性了