码迷,mamicode.com
首页 > Web开发 > 详细

报错:Table 'sell.hibernate_sequence' doesn't exist

时间:2018-04-29 11:52:21      阅读:354      评论:0      收藏:0      [点我收藏+]

标签:ble   ati   原因   信息   bsp   class   sequence   错误   seq   

错误信息:Table ‘sell.hibernate_sequence‘ doesn‘t exist

错误原因:实体主键没有配置主键自增长

完整配置如下
 /**主键id*/
    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    private Integer id;

 

报错:Table 'sell.hibernate_sequence' doesn't exist

标签:ble   ati   原因   信息   bsp   class   sequence   错误   seq   

原文地址:https://www.cnblogs.com/coffee9527/p/8970218.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!