【JavaWeb】SpringMvc 事物自动提交和自动关闭连接

配置文件中加入

//自动提交事物
<property name="hibernate.connection.autocommit">true</property>
//事物提交之后关闭数据库的连接 
<property name="hibernate.connection.release_mode">after_transaction</property> 
posted @ 2017-10-18 13:38  SEC.VIP_网络安全服务  阅读(230)  评论(0编辑  收藏  举报