Memo

이것 저것 메모용…

8080 port 사용 프로세스 Kill하기

발생 사례

***************************
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.

해결 방법

  • sudo lsof -i :8080
  • sudo kill -9 “프로세스 번호”
  • sudo kill -9 $(lsof -t -i:8080)

Git 명령어 모음

Surefire

이메일

Git : Remote를 origin/master로 overriding

  • git fetch — all
  • git reset — hard origin/master
  • git pull origin master

Mac 설정

--

--