Need to setup Connection Pooling properties for PostgreSQL in Maven project

308 Views Asked by At

My Application is serverless J2EE application and it is using AWS lambda for running. We have connection pool setup for Oracle in our application in which ojdbc driver and ucp for connection pool is being used, now we are migrating from Oracle to PostgreSQL. I don't know how to setup the properties of connection pool for PostgreSQL. Can anyone suggest me what are the dependencies I need to get and also how can I set connection pool for PostgreSQL. So please suggest me what to do.

0

There are 0 best solutions below