在Spring核心配置文件中配置SqlSessionFactoryBean的mapperLocations值为“classpat

在Spring核心配置文件中配置SqlSessionFactoryBean的mapperLocations值为“classpath:mapper/*Mapper.xml”,则下列映射文件中,()不会被加载?

A.mapper/UserMapper.xml

B.mapper/ContentMapper.xml

C.mapper/User.xml

D.mapper/StudentMapper.xml

正确答案是C