单项选择题
在Spring和MyBatis整合时,通过SqlSessionFactoryBean的()属性指定映射文件的位置。
A.configLocationB.mapperLocationsC.dataSourceD.typeAliasesPackage
单项选择题 SqlSessionFactoryBean的()属性用于指定数据源。
单项选择题 在MyBatis-Spring子项目中,通过()生成SqlSessionFactory。
单项选择题 通过在Spring配置文件中配置SqlSessionFactoryBean,最终返回的是()类型的Bean。