题目内容

在MyBatis配置文件中,配置数据源信息时,未使用的标签是()。

A. environment
B. dataSource
C. property
D. mapper

查看答案
更多问题

使用MyBatis框架时,最终使用的对象类型是()。

A. Resources
B. SqlSessionFactoryBuilder
C. SqlSessionFactoy
D. SqlSession

使用MyBatis框架时,SqlSession的()方法不必使用事务管理方式。

A. selectList
B. insert
C. delete
D. update

为了实现异步获取数据,对SpringMVC控制器中的方法应使用@()注解。

A. ResponseBody
B. Responsebody
C. RequestParam
D. Controller

下列标签中,不出现在SpringMVC项目配置文件中的选项是()。

A. context:component-scan
B. mvc:annotation-driven
C. bean
D. servlet

答案查题题库