INFO: No Spring WebApplicationInitializer types detected on classpath

前端 未结 9 1762
借酒劲吻你
借酒劲吻你 2020-11-28 12:32

I have a spring project that runs fine on my tomcat7 server when I deploy from eclipse: Run As >> Run on server. In the eclipse tab \"Servers\" I see:

Server         


        
9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 13:03

    This is common error, make sure that your file.war is built correctly. Just open .war file and check that your WebApplicationInitializer is there.

提交回复
热议问题