软外专题

【面试】中科软外包某银行

谈谈对 SpringBoot 的理解? RequestMapping、PostMapping、GetMapping 的理解 @RequestMapping注解用于建立请求路径与方法的对应关系。 @GetMapping是用于将HTTP Get请求映射到特定处理程序的方法注解具体来说,这是一个组合注解,是@RequestMapping(method = RequestMethod.GET)的缩写