Hikari Configuration for MySQL with Spring Boot 2
Last Updated on October 21, 2024 by jt Hikari Connection Pool commonly referred to as HikariCP is a very fast light weight Java connection pool. A connection pool is a cache of database connections. A Connection Pool maintains connections that can be reused when future requests to the database are required. In this post, I […]Continue reading