[build error/Spring Boot] 🌱 MacOS terminal에서 jar 파일 실행 오류, Web server failed to start. Port 8080 was already in use.
·
Spring Boot
MacOS 환경에서 jar 파일 실행 오류***************************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.📌 문제 원인: Gradle build 후에 [control + z] 단축키로 이전 명령을 취소한 뒤에 다시 [java -jar ...] 명령어로 jar 파일 실행.MacOS 환경에..