org.springframework.beans.factory.BeanInitializationException: Could not load properties; nested exception is java.io.FileNotFoundException: class path resource [config/db.properties] cannot be opened because it does not exist
properties 파일이 존재하지 않아서 오류가 생긴거다.
db.properties 파일을 생성해도 문제가 해결 안되는 경우가 있다. 그럴경우는 클래스패스가 잘못된 경우이기에 모든 프로젝트 파일을 삭제하고 다시 깔아 실행해주면 된다.
'기혁씨의 삽질표류기' 카테고리의 다른 글
error code [1366]; Incorrect integer value (0) | 2022.08.15 |
---|---|
You have an error in your SQL syntax; (0) | 2022.08.15 |
자바 에러메시지 (0) | 2022.05.04 |
서버 실행 시 캐시문제 (0) | 2022.04.07 |
NumberFormatException (0) | 2021.10.01 |