1.需要把数据库表id设置为递增 2.然后执行 alte table 表名 auto_increment=1 3.实体类加 @GeneratedValue(strategy = GenerationType.IDENTITY)注解