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

分类: SSM第八单元 发布时间: 2024-01-21 03:07 浏览量: 1

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

A.mapper/UserMapper.xml

B.mapper/ContentMapper.xml

C.mapper/User.xml

D.mapper/StudentMapper.xml

正确答案是C