1.当数据库的字段设置了唯一性,但又重复插入的时候会报** Duplicate**错误..
Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException:
Duplicate entry 'xxxx' for key 'param'
### The error may involve com.taotao.mapper.TbUserMapper.insert-Inline
### The error occurred while setting parameters
解决办法: 删除数据表中的记录,或者提示用户不能相同手机和相同用户名只能存在一个账号