spring整合mybatis时,写测试类测试,于是报了这个错误:com.microsoft.sqlserver.jdbc.SQLServerException: The query timeout value -1 is not valid(查询超时值 -1 无效)

数据源是druid,版本是:1.1.6

Spring整合MyBatis连接SQLServer,执行SQL报The query timeout value -1 is not valid(查询超时值 -1 无效)

解决方案:将druid的版本换成1.1.5

相关文章:

  • 2022-12-23
  • 2022-03-03
  • 2022-12-23
  • 2021-04-12
  • 2021-05-21
  • 2021-05-27
  • 2021-06-21
  • 2022-12-23
猜你喜欢
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
  • 2022-12-23
  • 2021-12-05
  • 2021-10-21
相关资源
相似解决方案