springboot注解
1、@RestController=@responsebody + @controller
2、@GetMapping/@PostMapping = @RequestMapping(method = RequestMethod.GET)/Post同理
posted on 2021-05-30 22:40 HatTrickMaster 阅读(55) 评论(0) 收藏 举报
1、@RestController=@responsebody + @controller
2、@GetMapping/@PostMapping = @RequestMapping(method = RequestMethod.GET)/Post同理
posted on 2021-05-30 22:40 HatTrickMaster 阅读(55) 评论(0) 收藏 举报