터미널 입!장!
lsof -n -i4TCP:8080 //두번째 칼럼에 PID 출력됨
kill -9 {PID}
netstat -ano | findstr 8080
맨 오른쪽 값이 pid
taskkill /f /pid {pid}