Spring项目中设置主键的时候通过
@Id@GeneratedValue(strategy = GenerationType.IDENTITY)
则在建表的时候, 主键应该要设置自增,否则的话,就会报这个错误.