-
@Controller 處理http請求
@RestController 等同于 @ResponseBody + @Controller?
@RequestMapping 配置url映射
@PathVariable 獲取url中的數(shù)據(jù)
@RequestParam 獲取請求參數(shù)的值
*@RequestParam(value="age",defaultValue="20")String age){//參數(shù)age如果為空,默認(rèn)值為20
*required = false 不是必傳的參數(shù)
@GetMapping 主和注解 --@PostMapping 等
查看全部
舉報
0/150
提交
取消