ids for this class must be manually assigned before calling save() : JPA的save()方法报错处理

1、问题描述 在使用JPA框架进行数据存储时,调用CrudRepository的save()方法报错: org.springframework.orm.jpa.JpaSystemException: ids for this class must be manually assigned before calling save(): model对象路径; JPA给我们的解决思路:调用save()方
相关文章
相关标签/搜索