Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- nginx
- MongoDB
- error
- jenkins github 연동
- subnetmask
- spring
- MySQL
- docker network
- Jenkins Pipeline
- IntelliJ
- gradle
- jenkins maven
- Spring Boot
- 리눅스
- jpa
- REACT
- JavaScript
- jenkins github
- grafana
- java
- 리액트
- CI/CD
- Jenkins
- jenkins jdk
- vue.js
- grpc
- Linux
- jenkins 설치
- jenkins install
- Docker
Archives
- Today
- Total
뭐든 즐기면서 ;)
Error : Caused by: java.io.FileNotFoundException: class path resource [io/] cannot be resolved to URL because it does not exist 본문
BACK/Spring
Error : Caused by: java.io.FileNotFoundException: class path resource [io/] cannot be resolved to URL because it does not exist
Tada.*+ 2024. 2. 8. 16:21728x90
오류
Caused by: java.io.FileNotFoundException: class path resource [io/] cannot be resolved to URL because it does not exist
원인
web.xml 'classpath:'가 제대로 되어 있지 않음. '/io'가 아니라 '/spring'으로 수정해주기.
해결
classpath를 알맞게 수정
classpath:/spring/context-*.xml
728x90
'BACK > Spring' 카테고리의 다른 글
Spring bean xml 파일 설정 (0) | 2023.01.18 |
---|---|
IoC(Inversion of Control) (0) | 2022.05.11 |
DI(Dependency Injection) 의존성 주입 (0) | 2022.05.09 |
Comments