Sudarshan Doiphodesudarshandoiphode.hashnode.dev·Aug 11, 2024How HikariCP Connection Pools Improve Spring Boot MicroservicesIntroduction In the world of microservices, where efficiency, scalability, and performance are paramount, managing database connections effectively is crucial. HikariCP, a robust connection pool, plays a vital role in achieving optimal connection poo...Discusshikaricp
Thomas P. Fullerthospfuller.hashnode.dev·Jun 25, 2024Tutorial: Learn how to use the H2 Database with Spring Boot! 🤔In this instructional we’ll review an example application which is written in the Groovy Programming Language and which demonstrates how to use the H2 relational database (H2 DB / H2) with Spring Boot. The benefit from using the Groovy Programming La...Discuss·39 readsgroovy
Kai Niemiblog.cloudneutral.se·Oct 14, 2022Connection pooling with Spring Boot and CockroachDBOverview Hikari is a battle-proven, lightweight, high performance connection pool library for Java. It's also the default connection pool in Spring Boot. This article will dive into some configuration settings that are relevant for CockroachDB. Why a...Discuss·555 readsSpringboot