■ 개발 Tools/Eclipse
이클립스(Eclipse) No Spring WebApplicationInitializer types detected on classpath 애러[펌]
파코키
2017. 8. 24. 17:56
소스를 내려 받아 작업 진행 중 이클립스 작업중 서버가 톰캣에 붙지 않고
did not find a matching property.
정보: No Spring WebApplicationInitializer types detected on classpath
같은 에러를 뿜을 때
Properties > Deployment Assembly > Add > Folder > WebContent
로 Spring Initial folder를 지정해 주면된다.
** webapp 같은 다른 기본 folder가 지정되어 있을경우 우선 순위에 따라 webapp가 기본 폴더가 되니 반드시 지워주고 추가하자 (Remove , Add)