Skip to content

Santhosh Ponnam

Technology Blog

  • Home
  • About
  • Technology
    • Java
    • ORM
  • Privacy Policy
  • Toggle search form
  • hashCode and equals methods in java Java
  • Windows Commands – kill port number Installations and Configurations
  • HikariCP Configurations – Database Connection Pooling Installations and Configurations
  • Log4j Vulnerability / Version Upgrade to 2.16.0 by Apache Team Java
  • Fixing Log4j Vulnerability Java
  • Unique Random ‘N’ digit Number generator Java
  • Log4J (RCE) Vulnerability Java
  • Why to have a private constructor? Java

Category: Installations and Configurations

Sonar Qube – Code Coverage and Code Quality Tool

Posted on November 18, 2020November 18, 2021 By Santhosh Ponnam No Comments on Sonar Qube – Code Coverage and Code Quality Tool

Introduction: SonarQube (formerly Sonar) is an open-source platform developed by SonarSource for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs, code smells, and security vulnerabilities on 20+ programming languages. Lets directly jump into installation and Configuration for a java based application. Step 1: Download Sonarqube from…

Read More “Sonar Qube – Code Coverage and Code Quality Tool” »

Installations and Configurations

HikariCP Configurations – Database Connection Pooling

Posted on November 8, 2020November 18, 2021 By Santhosh Ponnam No Comments on HikariCP Configurations – Database Connection Pooling

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

Windows Commands – kill port number

Posted on March 29, 2020March 29, 2022 By Santhosh Ponnam No Comments on Windows Commands – kill port number

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

  • Another Log4j Bug – DoS
  • Log4j Vulnerability / Version Upgrade to 2.16.0 by Apache Team
  • Fixing Log4j Vulnerability
  • Log4J (RCE) Vulnerability
  • JPA vs Hibernate – Specification Vs Implementation

Categories

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

Archives

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

Recent Posts

  • Another Log4j Bug – DoS
  • Log4j Vulnerability / Version Upgrade to 2.16.0 by Apache Team
  • Fixing Log4j Vulnerability
  • Log4J (RCE) Vulnerability
  • JPA vs Hibernate – Specification Vs Implementation

Categories

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

Archives

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




Recent Posts

  • Another Log4j Bug – DoS
  • Log4j Vulnerability / Version Upgrade to 2.16.0 by Apache Team
  • Fixing Log4j Vulnerability
  • Log4J (RCE) Vulnerability
  • JPA vs Hibernate – Specification Vs Implementation

Categories

  • Installations and Configurations
  • Java
  • ORM
  • Spring Boot
  • Spring Boot HikariCP Connection Pooling
  • HikariCP Configurations – Database Connection Pooling Installations and Configurations
  • Log4j Vulnerability / Version Upgrade to 2.16.0 by Apache Team Java
  • Log4J (RCE) Vulnerability Java
  • Setting Environment Variables in Windows Java
  • hashCode and equals methods in java Java
  • Windows Commands – kill port number Installations and Configurations
  • Sonar Qube – Code Coverage and Code Quality Tool Installations and Configurations
  • Fixing Log4j Vulnerability Java

Copyright © 2023 Santhosh Ponnam.

Powered by PressBook News WordPress theme