Tuesday, 11 February 2020

Linux Commands

To Kill the Running ports

  • netstat -ano | findstr :8080
  • taskkill /PID 25864 /F


Run SpringBoot : mvn spring-boot:run

No comments:

Post a Comment

Omniroute step by step setup

 Omniroute step by step setup Step 1 : Install node js and omniroute using below command.  npm install -g omniroute Step 2 : Start the ser...