<?xmlversion="1.0"encoding="UTF-8"?>
<moduleorg.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true"type="JAVA_MODULE"version="4">
<componentname="FacetManager">
<facettype="web"name="Web">
<configuration>
<descriptors>
<deploymentDescriptorname="web.xml"url="file://$MODULE_DIR$/src/main/webapp/WEB-INF/web.xml"/>//web.xml
</descriptors>
<webroots>
<rooturl="file://$MODULE_DIR$/src/main/webapp"relative="/"/>
</webroots>
<sourceRoots>
<rooturl="file://$MODULE_DIR$/src/main/resources"/> //root 根目录资源
<rooturl="file://$MODULE_DIR$/src/main/java"/> //root 根目录资源
</sourceRoots>
</configuration>
</facet>
</component>
<componentname="NewModuleRootManager"LANGUAGE_LEVEL="JDK_1_5">//*************java版本
<outputurl="file://$MODULE_DIR$/target/classes"/>
<output-testurl="file://$MODULE_DIR$/target/test-classes"/>
<contenturl="file://$MODULE_DIR$">
<sourceFolderurl="file://$MODULE_DIR$/src/main/resources"type="java-resource"/>
<sourceFolderurl="file://$MODULE_DIR$/src/main/java"isTestSource="false"/>
<excludeFolderurl="file://$MODULE_DIR$/target"/>
</content>
<orderEntrytype="inheritedJdk"/>
<orderEntrytype="sourceFolder"forTests="false"/>
<orderEntrytype="library"scope="TEST"name="Maven: junit:junit:3.8.1"level="project"/>
</component>
</module>
网友评论