써먹는 웹개발
[Maven] xml 파일 있는데 없다고 에러날때 해결방법 java.io.FileNotFoundException: class path resource [mapper/Common_SQL.xml] cannot be resolved to URL because it does not exist 본문
Server/Gradle & Maven
[Maven] xml 파일 있는데 없다고 에러날때 해결방법 java.io.FileNotFoundException: class path resource [mapper/Common_SQL.xml] cannot be resolved to URL because it does not exist
kmhan 2024. 2. 6. 10:06728x90
반응형
1.STS의 경우
- 에러 발생할때 Window > Preferences의 Download Artifact Javadoc에 체크 후에 Maven Update

2. Intellij - Maven의 경우
- Rebuild Module

2-2. Intellij - Gradle의 경우


Build > Rebuild Project
728x90
반응형