springBoot傳參異常

Controller @GetMapping("get") public List<Person> getPerson(@RequestBody(required = false) Person person ) { return personService.getPerson(person); } ServiceImpl @Service public class Per
相關文章
相關標籤/搜索