品优购day14注册帐号异常信息解决Duplicate entry 'zhangsan' for key 'username'

博客讲述了在品优购day14注册过程中遇到的‘Duplicate entry 'zhangsan' for key 'username'异常,原因是尝试向数据库添加已存在的用户名。解决方法是更换用户名或在代码中增加检查,确保数据唯一性。最后强调了编写健壮代码的重要性。

异常信息

java.lang.RuntimeException: org.springframework.dao.DuplicateKeyException: 
### Error updating database.  Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'zhangsan' for key 'username'
### The error may involve com.pinyougou.mapper.TbUserMapper.insert-Inline
### The error occurred while setting parameters
### SQL: insert into tb_user (id, username, password,        phone, email, created,        updated, source_type, nick_name,        name, status, head_pic,        qq, account_balance, is_mobile_check,        is_email_check, sex, user_level,        points, experience_value, birthday,        last_login_time)     values (?, ?, ?,        ?, ?, ?,        ?, ?, ?,        ?, ?, ?,        ?, ?, ?,        ?, ?, ?,        ?, ?, ?,        ?)
### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'zhangsan' for key 'username'
; SQL []; Duplicate entry 'zhangsan' for key 'username'; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'zhangsan' for key 'username'
org.springframework.dao.DuplicateKeyException: 
### Error updating database.  Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'zhangsan' for key 'username'
### The error may involve com.pinyougou.mapper.TbUserMapper.insert-Inline
### The error occurred while setting parameters
### SQL: insert into tb_user (id, username, password,        phone, email, created,        updated, source_type, nick_name,        name, status, head_pic,        qq, account_balance, is_mobile_check,        is_email_check, sex, user_level,        points, experience_value, birthday,        last_login_time)     values (?, ?, ?,        ?, ?, ?,        ?, ?, ?,        ?, ?, ?,        ?, ?, ?,        ?, ?, ?,        ?, ?, ?,        ?)
### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'zhangsan' for key 'username'
; SQL []; Duplicate entry 'zhangsan' for key 'username'; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'zhan
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值