A.controller文件調(diào)用service文件中的方法,service文件調(diào)用mapper文件中的方法
B.service文件調(diào)用controller文件中的方法,controller文件調(diào)用mapper文件中的方法
C.mapper文件調(diào)用controller文件中的方法
D.mapper文件調(diào)用service文件中的方法
您可能感興趣的試卷
你可能感興趣的試題
A.spring.thymeleaf.mode
B.spring.thymeleaf.content-type
C.spring.thymeleaf.cache
D.spring.thymeleaf.encoding
A.yml
B.json
C.xwl
D.xml
A.controller文件service文件
B.Signature
C.mapper文件
D.Application文件
A.Spring Boot
B.Spring Cloud
C.J2EE
D.Spring
A.8081
B.8082
C.8080
D.8088
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
下列文件可能是SpringMVC的配置文件的是()。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
RESTful風(fēng)格在HTTP請求中,使用()表示添加操作。
在批量刪除用戶的操作中,前端請求傳遞的都是()的用戶id,只要在后臺使用同一種數(shù)組類型的參數(shù)綁定接收,就可以在方法中通過循環(huán)數(shù)組參數(shù)的方式來完成刪除操作。
@RequestMapping注解的默認(rèn)屬性是()。
SpringMVC數(shù)據(jù)綁定的過程中,ServletRequest接收受的信息直接給()。
ViewResolver解析后,會向()中返回具體的View(視圖)。
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。
MultipartFile接口的()方法用來判斷上傳的文件是否為空。
文件上傳時(shí),form表單的method屬性設(shè)置為()。