关于SpringDataJPA批量保存数据时报错的解决
话不言多,言简意赅就好。用Springboot+Swagger+SpringDSataJP框架在写网页投票接口的时候,多选批量保存数据入库(在此用的数据库为MySQL),报错:a different object with the same identifier value was already associated with the session 。意思是:在一个session中不能进行多个...