@RequestMapping(value = "/profile/{id}", method = RequestMethod.GET) public @ResponseBody String profile(@PathVariable("id") int id){ // ... }
👇 下面是我的公众号,高质量的博文我会第一时间同步到公众号,给个关注吧!
@RequestMapping(value = "/profile/{id}", method = RequestMethod.GET) public @ResponseBody String profile(@PathVariable("id") int id){ // ... }
👇 下面是我的公众号,高质量的博文我会第一时间同步到公众号,给个关注吧!