<!--projectName.iml 파일을 열고 그안에 아래 태그가 있으면 삭제-->
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
또는 Tomcat version이 spring version과 맞지 않아 생길 수도 있음
이런 경우엔 spring 5.2.3 와 tomcat 10.0.20 으로 사용하였는데 tomcat version 9.0.62로
버전을 낮추니 제대로 가동됨
'Error' 카테고리의 다른 글
SLF4J :“org.slf4j.impl.StaticLoggerBinder”클래스를로드하지 못했습니다 (0) | 2022.07.15 |
---|---|
maven / No valid Maven installation found. Either set the home directory in the configuration dialog (0) | 2022.07.15 |
"[xX][mM][lL]"과 일치하는 처리 명령 대상은 허용되지 않습니다 (0) | 2022.07.15 |
TooManyResultsException (0) | 2022.07.15 |
jdbc propertis 파일 설정 시 username을 못찾는 오류 (0) | 2022.07.15 |