使用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
SpringMVC框架配置文件springmvc-config.xml中,与静态资源映射配置相关的是()。
A. mvc:annotation-driven
B. mvc:resources
C. context:component-scan
D. InternalResourceViewResolver
在Spring配置文件中,下列不是使用标签创建对象的属性是()。
A. class
B. id
C. property
D. scope