내가 퍼티에서이 오류 메시지를 받았습니다은 :정보 : 클래스 경로에서 감지 없음 봄 WebApplicationInitializer 유형 (JRE 1.8)
Error: No Spring WebApplicationInitializer types detected on classpath.
나는 일식과 받는다는을 사용하여 WAR 파일을 배포합니다. 지금 당장은 jre 1.8과 tomcat version 7을 사용하고 있습니다. 컴파일러를 확인했고 버전은 1.8입니다. 이 문제에 대한 해결책이 있습니까? 옵션을 자동으로 활성화했습니다.
이 난 그냥 지금이 문제를 해결 내가 퍼티
17-Jan-2017 17:50:03.587 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-9485"]
17-Jan-2017 17:50:11.982 INFO [ruthhere.cafe24.com-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
17-Jan-2017 17:50:11.989 INFO [ruthhere.cafe24.com-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
http://stackoverflow.com/questions/22938689/info-no-spring-webapplicationinitializer-types-detected-on-classpath – kuhajeyan