백엔드
포트 죽이기
김어찐
2022. 4. 13. 11:05
728x90
https://7942yongdae.tistory.com/35
Error - Port 8080 was already in use
Port 8080 was already in use 에러와 원인과 해결 방법 메시지 *************************** APPLICATION FAILED TO START *************************** Description: Web server failed to start. Port 8080 was..
7942yongdae.tistory.com
netstat -ano | findstr 8080
taskkill /F /pid [process_id]
taskkill /pid 13984 /f
728x90