I have deployed my war in AWS and is very slow right now. I want to figure out following things in spring boot:
Which connection pool is used in spring boot apps?
How to log connection pool information in spring boot app? Right now, I got is spring.datasource.log-abandoned. Is there any? I want to log information like how many are idle and how many are active etc.
What is the minimum and maximun number of connections that can be active and idle in the current connection pool?