单项选择题
在SpringBoot框架中,以下文件的调用顺序正确的是()
A.controller文件调用service文件中的方法,service文件调用mapper文件中的方法
B.service文件调用controller文件中的方法,controller文件调用mapper文件中的方法
C.mapper文件调用controller文件中的方法
D.mapper文件调用service文件中的方法
点击查看答案&解析
相关考题
-
单项选择题
Thymeleaf设置编码方式的配置属性为()。
A.spring.thymeleaf.mode
B.spring.thymeleaf.content-type
C.spring.thymeleaf.cache
D.spring.thymeleaf.encoding -
单项选择题
Mybatis通过()或注解的方式将要执行的各种statement(statement、preparedStatemnt)配置起来。
A.yml
B.json
C.xwl
D.xml -
单项选择题
在SpringBoot框架中,sql语句的定义是在哪个文件中实现?()
A.controller文件service文件
B.Signature
C.mapper文件
D.Application文件
