Java - Santhi's Blog

Jenkins Integration with SonarQube

In this article, we will look at Jenkins integration with SonarQube. Let’s look at the steps below Outcome expected is that when changes are made in code & gets committed, then Jenkins build will automatically do the build with Sonar scan analysis. Step 1: Install required prerequisites Step 2: Install Sonar Scanner plugin Under Manage

Triggering Build Automatically through Jenkins Job

In this article, we will look at triggering the build automatically through Jenkins job when GIT push happens. Below are the steps Step 1: Install the required prerequisites. Step 2: Configure Jenkins .  Maven ->Add MAVEN_HOME variable value (i.e. path of the maven file on your system) . Java -> Add JAVA_HOME variable value Step

Creating Rest API using Spring Boot Application

In this article, we will look at creating rest API using spring boot in Java. Prerequisites : Below are the steps Step 1 : In Spring Initialzr ( https://start.spring.io/) , do the below for creating project Step 2 :             Unzip the downloaded file and open it using IntelliJ community edition. New API named ‘Welcome’