jeeplus.iml 864 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" version="4">
  3. <component name="FacetManager">
  4. <facet type="web" name="Web">
  5. <configuration>
  6. <descriptors>
  7. <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/src/main/webapp/WEB-INF/web.xml" />
  8. </descriptors>
  9. <webroots>
  10. <root url="file://$MODULE_DIR$/src/main/webapp" relative="/" />
  11. </webroots>
  12. <sourceRoots>
  13. <root url="file://$MODULE_DIR$/src/main/java" />
  14. <root url="file://$MODULE_DIR$/src/main/resources" />
  15. </sourceRoots>
  16. </configuration>
  17. </facet>
  18. </component>
  19. <component name="NewModuleRootManager" inherit-compiler-output="false">
  20. <orderEntry type="sourceFolder" forTests="false" />
  21. </component>
  22. </module>