Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Morphological analysis #Corpus
- #스파르타코딩클럽후기 #내일배움캠프후기
- Machine Learning
- 클라이언트사이드렌더링
- 플젝후체크
- github
- 코딩온라인
- terminate
- 파이썬
- gitbash
- khaiii
- Technical Writing
- Kakao
- expression statement is not assignment or call html
- taskkill
- 서버사이드렌더링
- 비동기
- 카우치코딩 #couchcoding #6주포트폴리오 #6주협업프로젝트
- address
- 파이콘
- 모바일웹스킨
- 마크다운
- 출처: 자바의 신 8장
- 카우치코딩 #couchcoding #6주포트폴리오 #6주협업프로젝트v
- github markdown
- 필사
- 자바파이썬
- SSR
- PID
- Anaconda
Archives
- Today
- Total
개발 일기
스프링 xml 파일 위치 java.io.FileNotFoundException: class path resource [expert004/expert004.xml] cannot be opened because it does not exist 본문
카테고리 없음
스프링 xml 파일 위치 java.io.FileNotFoundException: class path resource [expert004/expert004.xml] cannot be opened because it does not exist
flow123 2022. 5. 17. 14:39에러 원인: 책에서 가이드된대로 expert004 패키지 내부에 만들라고 했는데, 그렇게 했을 때 path resource 에서 파일을 못 찾아옴.
Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [expert004/expert004.xml]; nested exception is java.io.FileNotFoundException: class path resource [expert004/expert004.xml] cannot be opened because it does not exist
왜 패키지 내부에서 xml 을 못읽어올까? 원래 resource 파일에 두는 게 맞는걸까? (컴파일 시에는 그런 권고 메시지는 안나옴) 파일을 한 번 더 다시 만들어봤는데 XML Configuration file -> Spring Config 를 해도 똑같은 에러가 나온다.
책은 이클립스 환경이었긴 하지만 아직 원인은 잘 모르겠다.
resource 폴더로 xml 파일들을 옮겼을 떄 잘 해결됨!
Comments