SSOWebDemo02.iml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module type="JAVA_MODULE" 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$/web/WEB-INF/web.xml" />
  8. </descriptors>
  9. <webroots>
  10. <root url="file://$MODULE_DIR$/web" relative="/" />
  11. </webroots>
  12. </configuration>
  13. </facet>
  14. </component>
  15. <component name="NewModuleRootManager">
  16. <output url="file://$MODULE_DIR$/web/WEB-INF/classes" />
  17. <output-test url="file://$MODULE_DIR$/web/WEB-INF/classes" />
  18. <exclude-output />
  19. <content url="file://$MODULE_DIR$">
  20. <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
  21. </content>
  22. <orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
  23. <orderEntry type="sourceFolder" forTests="false" />
  24. <orderEntry type="module-library">
  25. <library>
  26. <CLASSES>
  27. <root url="file://$MODULE_DIR$/web/WEB-INF/lib" />
  28. </CLASSES>
  29. <JAVADOC />
  30. <SOURCES />
  31. <jarDirectory url="file://$MODULE_DIR$/web/WEB-INF/lib" recursive="false" />
  32. </library>
  33. </orderEntry>
  34. <orderEntry type="library" scope="PROVIDED" name="Tomcat 9.0.37" level="application_server_libraries" />
  35. </component>
  36. </module>