I have a java/spring project and i use hikaricp with Hibernate. I add Hikari to manage connection pool size. In hibernate.properties, i add :
hibernate.hikari.maximumPoolSize=20
I don't know how to check the size of connection while running my application ? Thanks