이 에러는 포트가 이미 실행 중인데 스프링 부트를 run하면 발생하게 된다
해결방법!
lsof -n -i -P | grep 8080
kill -9 123123
'Dev > Error' 카테고리의 다른 글
[Error] class java.lang.String cannot be cast to class org.springframework.security.core.userdetails.User (0) | 2022.07.16 |
---|---|
[Error] JPA 테이블 drop table if exists order ... (0) | 2022.05.17 |
[Error] Error creating bean with name 'xxxx' defined in class path resource ... (1) | 2022.03.02 |
[Error] SpringBoot 2.6.X 에서 swagger 3.0 사용법 (0) | 2022.02.06 |
[Error] import javax.validation 문제 해결 방법 (0) | 2022.02.05 |
댓글