Connection Pooling with Spring & Hibernate

后端 未结 5 1080
北海茫月
北海茫月 2021-02-09 00:14

How to configure connection pooling with Spring and Hibernate?

Thanks

Venu

5条回答
  •  粉色の甜心
    2021-02-09 01:08

    In Hibernate, you can configure CP30 Connection Pooling in Hibernate. View a tutorial here. IBM has a good tutorial on how to integrate Hibernate with Spring.

提交回复
热议问题