MySQLIntegrityConstraintViolationException: Duplicate entry '8' for key 'PRIMARY'
at com.jfinal.plugin.activerecord.Model.save(Model.java:570)
往mysql 中添加数据主键自增老报这个错
代码贴全一些