A.@GetMapping
B.@PostMapping
C.@PutMapping
D.@DeleteMapping
您可能感興趣的試卷
你可能感興趣的試題
A.name
B.value
C.method
D.produces
A.事務(wù)管理器
B.前端控制器
C.視圖解析器
D.后端控制器
A.applicationContext.doc
B.springmvc-config.xml
C.mybatis-config.xml
D.CustomerMapper.xml
A.HandlerAdapter
B.HandlerMapping
C.DispatcherServlet
D.Handler
A.Serialiable接口
B.Controller接口
C.MethodInterceptor接口
D.InvocationHandler接口
最新試題
當(dāng)有多個(gè)攔截器同時(shí)工作時(shí),它們的preHandle()會(huì)按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會(huì)按照()。
文件上傳時(shí),form表單的method屬性設(shè)置為()。
組合注解()匹配PUT方式的請(qǐng)求。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
ViewResolver解析后,會(huì)向()中返回具體的View(視圖)。
@RequestMapping注解的默認(rèn)屬性是()。
下列示攔截器,主要用于攔截用戶請(qǐng)求并做相應(yīng)的處理的是()。
Tomcat、Jetty、JBoss和GlassFish默認(rèn)的Servlet名稱是()。
調(diào)用()組件對(duì)已經(jīng)綁定了請(qǐng)求消息數(shù)據(jù)的參數(shù)對(duì)象進(jìn)行數(shù)據(jù)合法性校驗(yàn)。
下列文件可能是SpringMVC的配置文件的是()。