
异常
Suviky
每天积累一点点
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
异常笔记
Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [update t_users set user_name=?,password = ?,name=?,email=?,t...原创 2018-05-18 17:42:08 · 293 阅读 · 0 评论 -
异常笔记
org.springframework.dao.TransientDataAccessResourceException: PreparedStatementCallback.....Parameter index out of range (1 > number of parameters, which is 0).;sql参数不匹配,一般是少写了问号。我的是调试好的sql没放到代码里= ...原创 2018-04-28 11:41:39 · 208 阅读 · 0 评论 -
异常笔记
org.springframework.dao.DataIntegrityViolationException: PreparedStatementCallback; SQL [insert into tbmc_team_user (t_id,u_id) values (? ,?)]; Data truncated for column 'u_id' at row 1; nested except...原创 2018-05-08 17:32:07 · 540 阅读 · 0 评论