No Spring WebApplicationInitializer types detected on classpath

前端 未结 13 1805
野的像风
野的像风 2020-11-29 08:03

My Eclipse project is suddenly no longer deploying properly. I can\'t trace it to any particular change I\'ve made to the environment.

I have tested with multiple s

相关标签:
13条回答
  • 2020-11-29 09:10

    I also had the same problem. My maven had tomcat7 plugin but the JRE environment was 1.6. I changed my tomcat7 to tomcat6 and the error was gone.

    0 讨论(0)
提交回复
热议问题