(30)java web???hibernate??????-c3p0???????????????
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了(30)java web???hibernate??????-c3p0???????????????相关的知识,希望对你有一定的参考价值。
?????????ide name idle test time state incr size min
hibernate??????c3p0?????????
????????????c3p0???jar???
<!-- ??????????????????????????? --> <property name="hibernate.connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property> <!-- ??????????????????????????? --> <!-- ??????????????? --> <property name="hibernate.c3p0.min_size">2</property> <!-- ??????????????? --> <property name="hibernate.c3p0.max_size">4</property> <!-- ???????????? --> <property name="hibernate.c3p0.timeout">5000</property> <!-- ???????????????????????? --> <property name="hibernate.c3p0.max_statements">10</property> <!-- ?????????????????? --> <property name="hibernate.c3p0.idle_test_period">30000</property> <!-- ?????????????????????????????????????????? --> <property name="hibernate.c3p0.acquire_increment">2</property>
??????
以上是关于(30)java web???hibernate??????-c3p0???????????????的主要内容,如果未能解决你的问题,请参考以下文章
[原创]java WEB学习笔记77:Hibernate学习之路---Hibernate 版本 helloword,
java web开发入门三(Hibernate)基于intellig idea
请简述在JAVA Web应用开发中使用Hibernate操作数据库的步骤?