본문 바로가기
Spring/오류잡기

Web server failed to start. Port 8080 was already in use.

by MINNI_ 2021. 7. 9.

1. 오류

  • 해당 포트를 이미 사용 중
***************************
APPLICATION FAILED TO START
***************************

Description:

Web server failed to start. Port 8080 was already in use.

Action:

Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.

2. 해결방법

  • 다른 포트번호로 변경해야 함
  • 방법 1) src - main - resources - application.properties 에서 포트 번호 변경

 

  • 방법2) src - main - resources - application.yml 에서 포트 번호 변경

댓글