DBCP出现连接无法回收的解决方案 博客分类: 原创 Hibernate
程序员文章站
2024-03-19 19:57:22
...
在配置hibernate连接释放的时候千万不要忘了
<prop key="hibernate.connection.release_mode">after_transaction</prop>
<prop key="hibernate.connection.release_mode">after_transaction</prop>