单项选择题
A.mapperLocations属性属于SqlSessionF actoryBean类B.配置mapperLocations的作用是减少MyBatis的映射文件的配置C.在配置mapperLocations时可以使用通配符*D.配置了mapperLocations就不需要配置MyBatis其他属性了
A.batchUpdateB.updateC.deleteD.execute
A.insertB.updateC.deleteD.execute