Hibernate + proxool 连接数超过最大允许连接数

主要原因是操作完成没有释放连接,在Hibernate中增加设定

<prop key="hibernate.connection.release_mode">after_transaction</prop>

原文地址:https://www.cnblogs.com/liubin0509/p/3151878.html