springMVC技术概述

时间:2021-02-03 12:27:29
【文件属性】:
文件名称:springMVC技术概述
文件大小:3.54MB
文件格式:WPS
更新时间:2021-02-03 12:27:29
框架 springMVC相关技术配置使用注解的HandlerMapping和HandlerAdapter使用 不过springBoot已经省略了这些配置 配置使用注解的Handler和Service等等使用 不过springBoot已经省略了这些配置 常用注解:@Controller @RestController(Controller+ResponseBody) @Service @Transactional @Mapper @AutoWired @RequestMapping--路由 @RequestParam--参数绑定(不同名参数或Map<Object,String>) @RequestBody,@ResponseBody--json与java对象转换

网友评论