HikariCP Connection Pooling for Spring Boot for 1.x version
Introduction In this article, we will learn the steps to configure Hikari with Spring Boot. We will cover steps to configure Hikari for both Spring Boot 1 and Spring Boot 2 application. Hikari is a JDBC DataSource implementation that provides a connection pooling mechanism. Compared to other implementations, it promises to be lightweight, reliable, high-performance…
Read More “HikariCP Connection Pooling for Spring Boot for 1.x version” »