druid 获取不到连接

org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is com.alibaba.druid.pool.GetConnectionTimeoutException: wait millis 60000, active 25, runningSqlCount 3 : INSERT INTO 
        system_log(username, business_type, operation_type, `content`,`level`)
        values(?,?,?,?, ?)
runningSqlCount 1 : insert into crm_link_info(id,crm_send_message_id,short_url,long_url,create_time)
        values(?,?,?,?,now())
    
    
    使用mybatis druid running sql 经常时insert 物流信息 执行的很快 大量报错时运行的sql和数量都一样 是不是druid有bug

图片描述

阅读 7.1k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
宣传栏