INFO: No Spring WebApplicationInitializer types detected on classpath

前端 未结 9 1796
借酒劲吻你
借酒劲吻你 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:20

    
        org.apache.maven.plugins
        maven-compiler-plugin          
        
            1.8
            1.8
        
     
    

    This is the important plugin that should be in pom.xml. I spent my two days debugging and researching. This was the solution. This is Apache plugin to tell maven to use the the given Compiler.

提交回复
热议问题