2

I am building multi-tenancy application with multiple database. I am facing few problems with regard to database pool size (database connection exceeds).

With regard to Spring boot Hiberante JPA, what is the default pool size for datasource? How many connection does hibernate creates by default with given database details in property files?

2

0