@RequestMapping(value = "/hello", method = RequestMethod.GET)
和
@RequestMapping(path= "/hello", method = RequestMethod.GET)
两种方法得到的结果是一样的
和
@RequestMapping(path= "/hello", method = RequestMethod.GET)
两种方法得到的结果是一样的
2018-01-07