미소를뿌리는감자의 코딩
[Intellij] port 8080 was already in use... 본문
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
'스크랩' 카테고리의 다른 글
배포 - AWS EC2, RDS 이용 (0) | 2024.03.14 |
---|---|
Swagger (0) | 2024.03.14 |
[AWS] S3 스토리지 - 이미지 업로드 (2) | 2024.03.13 |
[MySQL] 비밀번호 바꾸기 (0) | 2024.03.13 |
[Spring] Interface 에 대해서 + Service Interface (0) | 2024.03.05 |