peak-chen
Results
1
comments of
peak-chen
由于springboot的版本更新(我的2.2.4),这个地方可以改为如下参考: @RequestMapping(value = "/find", method = RequestMethod.PUT) public Optional getAccountById(@RequestParam(value = "id", required = true) int id) { return accountJpaDao.findById(id); }