Skip to content

Santhosh Ponnam

Technology Blog

  • Home
  • About
  • Technology
    • Java
    • ORM
  • Privacy Policy
  • Toggle search form
  • Why to have a private constructor? Java
  • HikariCP Connection Pooling for Spring Boot for 1.x version Spring Boot
  • JPA vs Hibernate – Specification Vs Implementation ORM
  • HikariCP Configurations – Database Connection Pooling Installations and Configurations
  • Consent Management – DPDP Spring Boot HikariCP Connection Pooling
  • Log4j Vulnerability / Version Upgrade to 2.16.0 by Apache Team Java
  • Log4J (RCE) Vulnerability Java
  • Windows Commands – kill port number Installations and Configurations

Category: Spring Boot HikariCP Connection Pooling

Consent Management – DPDP

Posted on June 12, 2025June 12, 2025 By Santhosh Ponnam

A game-changing shift in India’s data protection landscape is on the horizon. The Ministry of Electronics and IT (MeitY) has released a framework to operationalize the Digital Personal Data Protection (DPDP) Act, 2023, putting real-time consent at the center of personal data usage. 🔐 Consent will no longer be a one-time checkbox—it will become a…

Read More “Consent Management – DPDP” »

Spring Boot HikariCP Connection Pooling

HikariCP Configurations – Database Connection Pooling

Posted on November 8, 2020November 18, 2021 By Santhosh Ponnam

For the Hikari connection pool configuration, we enable it by using spring.datasource.type and assigning it fully qualified name of the connection pool implementation in application.properties file as following. spring.datasource.type = com.zaxxer.hikari.HikariDataSource If we are using Spring Boot 2.0 and onwards, Spring Boot selects HikariDataSource by default and we need not to configure above line. Now to configure Hikari specific…

Read More “HikariCP Configurations – Database Connection Pooling” »

Installations and Configurations, Spring Boot HikariCP Connection Pooling

HikariCP Connection Pooling for Spring Boot for 1.x version

Posted on November 8, 2020October 11, 2021 By Santhosh Ponnam

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” »

Spring Boot, Spring Boot HikariCP Connection Pooling

Windows Commands – kill port number

Posted on March 29, 2020March 29, 2022 By Santhosh Ponnam

How do I kill the process currently using a port on localhost in Windows? Step 1: Open up cmd.exe (note: you may need to run it as an administrator, but this isn’t always necessary as long as you are trying to kill a port which is started within your user), then run the below command:…

Read More “Windows Commands – kill port number” »

Installations and Configurations, Spring Boot HikariCP Connection Pooling

Recent Posts

  • Consent Management – DPDP
  • Another Log4j Bug – DoS
  • Log4j Vulnerability / Version Upgrade to 2.16.0 by Apache Team
  • Fixing Log4j Vulnerability
  • Log4J (RCE) Vulnerability

Categories

  • Installations and Configurations
  • Java
  • ORM
  • Spring Boot
  • Spring Boot HikariCP Connection Pooling

Archives

  • June 2025
  • December 2021
  • August 2021
  • November 2020
  • March 2020
  • August 2018
  • November 2016
  • August 2016

Recent Posts

  • Consent Management – DPDP
  • Another Log4j Bug – DoS
  • Log4j Vulnerability / Version Upgrade to 2.16.0 by Apache Team
  • Fixing Log4j Vulnerability
  • Log4J (RCE) Vulnerability

Categories

  • Installations and Configurations
  • Java
  • ORM
  • Spring Boot
  • Spring Boot HikariCP Connection Pooling

Archives

  • June 2025
  • December 2021
  • August 2021
  • November 2020
  • March 2020
  • August 2018
  • November 2016
  • August 2016




Recent Posts

  • Consent Management – DPDP
  • Another Log4j Bug – DoS
  • Log4j Vulnerability / Version Upgrade to 2.16.0 by Apache Team
  • Fixing Log4j Vulnerability
  • Log4J (RCE) Vulnerability

Categories

  • Installations and Configurations
  • Java
  • ORM
  • Spring Boot
  • Spring Boot HikariCP Connection Pooling
  • Why to have a private constructor? Java
  • Sonar Qube – Code Coverage and Code Quality Tool Installations and Configurations
  • Another Log4j Bug – DoS Java
  • Windows Commands – kill port number Installations and Configurations
  • Log4J (RCE) Vulnerability Java
  • JPA vs Hibernate – Specification Vs Implementation ORM
  • Setting Environment Variables in Windows Java
  • Fixing Log4j Vulnerability Java

Copyright © 2025 Santhosh Ponnam.

Powered by PressBook News WordPress theme