Spring MVC的配置文件中,可以配置处理器映射、处理器映射器、处理器适配器和【】
查看答案
springmvcorg.springframework.web.servlet.【】contextConfigLocationclasspath:springmvc-config.xml1【】/
在使用注解式开发时,需要用到2个重要的JSON格式转换注解,分别为@RequestBody和【】
HandlerAdapter将ModelAndView对象返回给ViewReoler
A. 对
B. 错
springMVC注解属性required用于指定参数是否必须,默认是false,表示请求中一定要有相应的参数
A. 对
B. 错