스크랩
[Intellij] port 8080 was already in use...
미뿌감
2024. 3. 8. 15:04
728x90
https://dundung.tistory.com/148
Web server failed to start. Port 8080 was already in use 에러
포트가 이미 실행 중일 때 스프링을 Run 하면 실행되는 에러이다. Web server failed to start. Port 3000 was already in use. Action: Identify and stop the process that's listening on port 3000 or configure this application to listen on a
dundung.tistory.com
lsof -i tcp:8080
sudo kill -9 {PID번호}
728x90