only one error: No Spring WebApplicationInitializer types detected on classpath

前端 未结 3 1054
攒了一身酷
攒了一身酷 2020-12-22 01:44
May 21, 2013 3:44:07 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.27 using APR version 1.4.6.
May 21         


        
3条回答
  •  温柔的废话
    2020-12-22 02:08

    In Eclipse you may get more info on errors in a Problems view tab. Windows -> Show View -> Problems. You'll see a list of actual errors. I used to get the same message "INFO: No Spring WebApplicationInitializer types detected on classpath" when importing the existing Spring project into STS IDE. In my case there were the hibernate-3.2.1.ga.jar corrupted in lib folder. Replacing it have solved all compile problems.

提交回复
热议问题