org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Could not open connection
1:調(diào)整連接屬性,url加上 &autoReconnect=true 不頂用
2:druid 配置文件 ,修改最大連接數(shù)為1000,() timeBetweenEvictionRunsMillis為10S 檢測需要關(guān)閉的空閑連接 removeAbandonedTimeout 改為600秒