Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.
ํฌํธ ์ถฉ๋๋ก ์ธํ ์ค๋ฅ์ด๋ค.
์ด๋ฏธ 8989 ํฌํธ๋ฅผ ์ ์ ํ๋ ํ๋ก์ธ์ค๊ฐ ์กด์ฌํ๋ ๊ฒ์ด๋ค.
PowerShell ์์ ํด๋น
netstat -ano | findstr :8080
taskkill /PID 12345 /F