Maven show dependency tree

Maven show dependency tree

Table of Contents1. Overview2. Example2.1 pom.xml2.2 Command to check maven dependency2.3 Output3. References 1. Overview A maven is a build tool which helps us to build an application. It will…

Elastic Search as Windows Service

Elastic Search as Windows Service

Table of Contents1. Overview2. elasticsearch-service.bat2.1 Install elastic search service2.2 start elastic search service2.3 stop elastic search service2.4 Remove elasticsearch service3. Conclusion4. References 1. Overview “In Windows operating systems, a Windows…

Elastic Search CSV Bulk Import Example

Elastic Search CSV Bulk Import Example

Table of Contents1. Overview2. Development Environment3. Steps to Index Multiple Documents using Transport Client4. ExampleInput FileProject Structurepom.xmlESBulkIndexingExample.javaOutputQuery Elastic Search using Google chrome extension5. Conclusion6. References7. Source Code 1. Overview Elastic Search…

Spring Boot Elastic Search Example

Spring Boot Elastic Search Example

Table of Contents1. OverviewSteps to configure Elastic with spring bootStart Elastic Search2. spring boot elastic search example2.1 pom.xml2.2 application.properties2.3 SpringBootConfig2.4 ElasticSearchConfig2.5 Creating a Document2.6 DocumentRepository2.7 ESDocumentController2.8 Build & Run Application2.9…

Installing Spark on Ubuntu Linux

Installing Apache Spark on Ubuntu Linux

Table of ContentsOverviewInstallation Environment & Software PrerequisitesStep 1: Java-JDK Installation:Step 2: Scala Installation:Step 3: Download Apache Spark:Step 4: Create a folder using mkdir command to save Spark installation filesStep 5:…

Installing Scala on Ubuntu Linux

Installing Scala on Ubuntu Linux

Table of ContentsOverviewInstallation Environment & Software PrerequisitesStep 1: Java-JDK Installation:Step 2: Download Scala:Step 3: Scala Installation:Step 4: Create a folder using mkdir command for saving Scala installation filesStep 5: Extract…

Spring boot as windows service

Spring boot as windows service

Table of Contents1. Overview2. Steps to Configure spring boot as windows service or processStep 1: Download Service WapperStep 2: Rename Service WapperStep 3: Create Configuration XML filemy-spring-boot-service.xmlStep 4: Copy Jar…