포트 제거

개발/자바

스프링 Web server failed to start. Port was already in use 에러

개인적으로 스프링 공부를 하던 중 구동 에러가 발생하여 다음에는 더 수월하게 수정할 수 있도록 포스팅합니다. 소스를 잘 만드시고 Run 하셨을 때 아래와 같은 에러가 나오실 수 있으십니다. Description: Web server failed to start. Port 1611 was already in use. Action: Identify and stop the process that's listening on port 1611 or configure this application to listen on another port. 당황하지 마시고 커멘드 창에서 netstat 명령어 실행 사용하셨던 port의 pid를 외워주시고 taskkill /pid 1611 /f 다시 스프링으로 돌아가셔서 실행하시..

yunri22
'포트 제거' 태그의 글 목록