SpringMVC-GetMapping-RequestMapping注解总结
摘要:
SpringMVC-GetMapping注解总结 @GetMapping是一个组合注解,是@RequestMapping(method= RequestMethod.GET)的缩写。该注解将HTTP Get 映射到特定的处理方法上。 所以此处个人的理解,@GetMapping可以算是@Request 阅读全文
posted @ 2020-11-06 09:35 鑫辰张 阅读(1999) 评论(0) 推荐(0) 编辑