测试register.do的时候返回500错误码
来源:6-9 用户模块所有功能自测试
CH_zero
2017-10-21
重复插入数据admin.
### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'admin' for key 'user_name_unique'
### The error may involve com.mmall.dao.UserMapper.insert-Inline
### The error occurred while setting parameters
### SQL: insert into mmall_user (id, username, password, email, phone, question, answer, role, create_time, update_time) values (?, ?, ?, ?, ?, ?, ?, ?, now(), now())
### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'admin' for key 'user_name_unique'
; SQL []; Duplicate entry 'admin' for key 'user_name_unique'; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'admin' for key 'user_name_unique'] with root cause
com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'admin' for key 'user_name_unique'
为什么会报错而不是按照json返回已存在呢.....
2回答
-
Geely
2017-10-21
赞,解决了就好~~辛苦同学
另外,看帖子看帖子看帖子,重要的说三遍哈,尤其下面第一个帖子。
课程项目思维导图及线上环境、测试环境、部署linux和windows等解答
http://www.imooc.com/article/20193
部署环境的话 ,建议优先看一下课程倒数第二个章节
http://coding.imooc.com/lesson/96.html#mid=3861
只看,先不用跟着做,先把整体思路在脑中行程印象~~然后再回来跟着部署环境就ok了。
我给大家整理了这个,有问题可以来看看先找一下。 肯定有你想要的哈
尽快进入咱们QQ群哟~~
【重点】问答区常见问题整理
http://www.imooc.com/article/18998
课程项目QQ群分享手记
http://www.imooc.com/article/19094
找工作的季节之简历及找工作的分享
http://www.imooc.com/article/19998
项目环境、vsftpd、linux、mysql等各种配置、软件下载
http://learning.happymmall.com
课程求10分好评哇谢谢啦~~(づ ̄ 3 ̄)づ
00 -
CH_zero
提问者
2017-10-21
问题已解决, 在校验用户名是否已存在的地方参数传递错误 本应传递type 但是传递了str, 导致校验成功,执行了插入操作.
022018-01-18
相似问题
回答 2
回答 3