摘要: 1、SpringBoot 1.注解 @RestController //代替@Controller+@ResponseBody @RequestMapping("")//除非一个方法支持多种请求方式 @GetMapping("")//Get请求 @PostMapping("")//Post请求 @P 阅读全文
posted @ 2021-12-29 16:36 小※兽 阅读(54) 评论(0) 推荐(0)