求助:{dataSource-1} inited
tomcat吧
全部回复
仅看楼主
level 1
gmko33 楼主
自己做一个小项目练手,其中有注册和登录功能,然后登录功能实现从数据库查询没有任何问题,但是注册实现向数据库插入数据会报以下错误:
com.alibaba.druid.support.logging.JakartaCommonsLoggingImpl info
信息: {dataSource-1} inited
数据库中也就三十多条记录,但是就是插入不进去,一插入就报这个错误,然后再尝试继续插入(注册),就阻塞了,报以下错误(隔52s会报错,应该是数据库的时间设定吧,执行操作超过这个时间就会抛异常):
Caused by: java.sql.SQLException: Lock wait timeout exceeded; try restarting transaction Query: insert into user(username,password,email) values(?,?,?) Parameters: [renlingjie1, 111111, [email protected]]
希望有路过的大神帮忙看一下,不胜感激
2020年09月28日 03点09分 1
1