首页 试题广场 > 试题详情
单选题

【C017090】在Spring整合MyBatis的配置文件(applicationContext-mybatis.xml)中,注:MyBatis的全局配置文件(mybatis-config.xml),请补全下列空白处代码( )。
<bean id="sqlSessionFactory"
class="org.mybatis.spring.SqlSessionFactoryBean">
<property name="dataSource" ref="dataSource" />
<property name="_____(1)______" value="_____(2)______" />
</bean>

  • A.configLocation
    classpath:mybatis-config.xml
  • B.configLocation
    mybatis-config.xml
  • C.location
    classpath:mybatis-config.xml
  • D.configLocation
    /mybatis-config.xml
提交并查看答案
下一题 上一题
Ke星伙伴们的回答/ 2个回答
关闭
关闭
QQ
交流群
邀请
好友
App
下载
意见
反馈
返回
顶部