在Spring MVC的配置文件中,视图解析器是必须配置的
查看答案
Web表现层:该层主要包括Spring MVC中的Controller类和JSP页面
A. 对
B. 错
在controller方法形参上可以定义request和response,使用request或response指定响应结果
A. 对
B. 错
@RequestMapping(method = RequestMethod.GET)可以缩写为@GetMapping
A. 对
B. 错
@RequestMapping的method属性必须使用
A. 对
B. 错