How to kill the process currently using a port on localhost in windows
netstat -ano | findstr :yourPortNumber
taskkill /PID typeyourPIDhere /F
netstat -ano | find 9090
参考地址:https://javagyanmantra.wixsite.com/website/single-post/2019/07/13/how-to-kill-the-process-currently-using-a-port-on-localhost-in-windows
浙公网安备 33010602011771号