PortInUseException: Port 8080 is already in use mac code example
Example 1: port 8080 already in use
netstat -ano | findstr 8080
Example 2: port 8080 already in use
taskkill /F /pid 1088
netstat -ano | findstr 8080
taskkill /F /pid 1088