JDBC vs Datasource

Nilesh Kulkarni 1 Reputation point
2021-08-31T06:02:02.443+00:00

Hi Team,

Currently we are using normal JDBC connection for Azure sqlServer, now we would like to go for Connection pooling for JAVA Rest API.
Please guide on this.

Azure SQL Database
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 43,246 Reputation points
    2021-08-31T06:52:10.227+00:00

    Connection pooling for JAVA Rest API.

    Java isn't a Microsoft product, so better post to a more related forum.
    See also https://www.baeldung.com/java-connection-pooling

    0 comments No comments