一窗通办(后端+前端).iml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module type="JAVA_MODULE" version="4">
  3. <component name="FacetManager">
  4. <facet type="hibernate" name="Hibernate">
  5. <configuration>
  6. <datasource-map />
  7. <naming-strategy-map />
  8. <deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/src/hibernate.cfg.xml" />
  9. </configuration>
  10. </facet>
  11. <facet type="web" name="Web">
  12. <configuration>
  13. <descriptors>
  14. <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/web/WEB-INF/web.xml" />
  15. </descriptors>
  16. <webroots>
  17. <root url="file://$MODULE_DIR$/web" relative="/" />
  18. </webroots>
  19. </configuration>
  20. </facet>
  21. </component>
  22. <component name="NewModuleRootManager" inherit-compiler-output="true">
  23. <exclude-output />
  24. <content url="file://$MODULE_DIR$">
  25. <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
  26. </content>
  27. <orderEntry type="inheritedJdk" />
  28. <orderEntry type="sourceFolder" forTests="false" />
  29. <orderEntry type="library" name="lib" level="project" />
  30. <orderEntry type="library" name="web" level="project" />
  31. <orderEntry type="library" scope="PROVIDED" name="Tomcat 8.5.100" level="application_server_libraries" />
  32. <orderEntry type="module-library">
  33. <library>
  34. <CLASSES>
  35. <root url="file://$MODULE_DIR$/web/WEB-INF/lib" />
  36. </CLASSES>
  37. <JAVADOC />
  38. <SOURCES />
  39. <jarDirectory url="file://$MODULE_DIR$/web/WEB-INF/lib" recursive="false" />
  40. </library>
  41. </orderEntry>
  42. </component>
  43. </module>