Spring Mvc 中 @RequestMapping註解裏的value,params ,method 。

value:訪問的地址 params: method : 可以選擇是post訪問,還是get訪問。 @RequestMapping(params = "method=createTopic",method = RequestMethod.POST) @RequestMapping(value = "hello",params ="what",method =RequestMethod.GET) @
相關文章
相關標籤/搜索