If you are using @EnableWebMvc annotation, why must the Dto that @RequestBody calls be annotated with @NoArgsConstructor?

后端 未结 0 1131
有刺的猬
有刺的猬 2021-02-05 11:45

what is a reason about Dto that used by @RequestBody annotation at RestController must have @NoArgsConstructor when use

相关标签:
回答
  • 消灭零回复
提交回复
热议问题