SpringMvc @ModelAttribute

@ModelAttribute在controller中有以下幾種情況用法: (1)應用在方法上 標記在方法上,會在每個方法執行之前被SpringMvc調用(有點像過濾的用法)如: 結果:密碼沒被修改 (2)應用在方法參數上 public String test1(@ModelAttribute("user") User user)    只是此處多了一個註解@ModelAttribute("use
相關文章
相關標籤/搜索