How to establish a connection pool in JDBC?

前端 未结 13 2560
一个人的身影
一个人的身影 2020-11-22 02:43

Can anybody provide examples or links on how to establish a JDBC connection pool?

From searching google I see many different ways of doing this and it is rather conf

13条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-22 03:11

    Vibur DBCP is another library for that purpose. Several examples showing how to configure it for use with Hibernate, Spring+Hibernate, or programatically, can be found on its website: http://www.vibur.org/

    Also, see the disclaimer here.

提交回复
热议问题