A.basePackage
B.annotationClass
C.sqlSessionFactoryBeanName
D.sqlSessionTemplateBeanName
您可能感興趣的試卷
你可能感興趣的試題
A.sqlSessionFactory
B.sqlSessionTemplate
C.sqlSessionCreator
D.mapperInterface
A.JDBC
B.POOLED
C.DAO
D.JNDI
A.SqlSessionDaoSupport
B.SqlSessionTemplate
C.SqlSessionFactory
D.SqlSessionBuilder
A.在MyBatis的配置文件
B.在web.xml文件
C.在Spring的配置文件
D.在MyBatis的MybatisUtils.java
A.mybatis-spring-1.3.1.jar
B.commons-logging-1.2.jar
C.slf4j-log4j12-1.7.22.jar
D.mysql-connector-java-5.1.40-bin.jar
最新試題
當(dāng)請求中的參數(shù)與控制器中的方法參數(shù)名不一致時,可以采用()來建立聯(lián)系。
Model是一個接口,ModelMap是一個接口實現(xiàn),作用是將model數(shù)據(jù)填充到()域。
當(dāng)客戶端form表單的enctype屬性為()時,瀏覽器就會采用二進(jìn)制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會對文件上傳的請求進(jìn)行解析處理。
SpringMVC中,使用注解方式時,需要添加()包。
文件上傳時,form表單的method屬性設(shè)置為()。
下列是正確的JSON對象結(jié)構(gòu)數(shù)據(jù)的是()。
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說法正確的是()。
單個攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。
配置前端控制器時<load-on-startup>1</load-on-startup>表示()。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。