@RequestMapping(value = "/hello", method = RequestMethod.GET)
和
@RequestMapping(path= "/hello", method = RequestMethod.GET)
兩種方法得到的結果是一樣的
和
@RequestMapping(path= "/hello", method = RequestMethod.GET)
兩種方法得到的結果是一樣的
2018-01-07