Cannot change version of project facet Dynamic web module to 3.0 解决方案

1)修改web.xml

         xmlns="http://xmlns.jcp.org/xml/ns/javaee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd">


2)修改org.eclipse.jdt.core.prefs

1.7


3)修改org.eclipse.wst.common.component

1.7.0


4)修改org.eclipse.wst.common.project.facet.core.xml

3.1


5)配置maven setting.xml


      jdk-1.7
     
          true
          1.7
     

     
          1.7
          1.7
          1.7
     

   


6)修改项目pom.xml


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

1.7
1.7
UTF-8



7)Maven->Update Project

你可能感兴趣的:(Java)