• 2022-06-06
    在做Spring框架和MyBatis框架整合时,关于mapperLocations属性描述错误的是()。
    A: mapperLocations属性属于SqlSessionFactoryBean类
    B: 配置mapperLocations的作用是减少MyBatis的映射文件的配置
    C: 在配置mapperLocations时可以使用通配符*
    D: 配置了mapperLocations就不需要配置MyBatis其他属性了