saveTest时hibernate报错
来源:4-1 买家类目-dao(上)
michaeljie
2019-04-11
出现的问题是:Springboot-jpa Table ‘sell.hibernate_sequence’ doesn’t exist
解决方法:https://blog.csdn.net/Black_Tshirt/article/details/80170950
写回答
1回答
-
廖师兄
2019-04-12
这是数据库的差异,你需要加上
@GeneratedValue(strategy = GenerationType.IDENTITY)
00
相似问题