No Spring WebApplicationInitializer types detected on classpath

前端 未结 13 1865
野的像风
野的像风 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 08:49

    I spent hours on this, and the solution was:

    • Stop Tomcat
    • "Project" menu -> Clean -> Clean all projects
    • Servers tab -> Tomcat -> Right click -> Clean...
    • Right click on project -> Run as -> Run on server

提交回复
热议问题