Spring

[Spring] Caused by: java.io.FileNotFoundException: class path resource [resources/config/database.properties] cannot be opened because it does not exist 에러 해결

박득출 2019. 9. 5. 15:29

[문제]

properties파일을 찾을 수 없다는 에러가 났다.

알고보니 properties파일의 경로가 root-context.xml에 적힌 것과 달랐던 것.

[해결]

properties파일 경로를 확인하고 root-context.xml파일에서 경로를 바르게 줌.

파일위치
properties파일의 경로

 

잘못된 주소

 

바로 잡은 형태