반응형 스프링부트 에러1 Identify and stop the process that's listening on port 8080 or configure this application to listen on another port. 해결 에러 코드: Identify and stop the process that's listening on port 8080 or configure this application to listen on another port. 터미널 창에서 아래 코드 입력 netstat -ano | findstr 8080 taskkill /F /pid 실행중인pid 해결 다시 실행하면 잘 작동한다 2022. 4. 28. 이전 1 다음 반응형