common-web.iml 2.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
  3. <component name="FacetManager">
  4. <facet type="Spring" name="Spring">
  5. <configuration />
  6. </facet>
  7. </component>
  8. <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
  9. <output url="file://$MODULE_DIR$/target/classes" />
  10. <output-test url="file://$MODULE_DIR$/target/test-classes" />
  11. <content url="file://$MODULE_DIR$">
  12. <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
  13. <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
  14. <excludeFolder url="file://$MODULE_DIR$/target" />
  15. </content>
  16. <orderEntry type="inheritedJdk" />
  17. <orderEntry type="sourceFolder" forTests="false" />
  18. <orderEntry type="library" name="Maven: org.springframework:spring-web:4.3.13.RELEASE" level="project" />
  19. <orderEntry type="library" name="Maven: org.springframework:spring-aop:4.3.13.RELEASE" level="project" />
  20. <orderEntry type="library" name="Maven: org.springframework:spring-beans:4.3.13.RELEASE" level="project" />
  21. <orderEntry type="library" name="Maven: org.springframework:spring-context:4.3.13.RELEASE" level="project" />
  22. <orderEntry type="library" name="Maven: org.springframework:spring-core:4.3.13.RELEASE" level="project" />
  23. <orderEntry type="library" name="Maven: org.springframework:spring-webmvc:4.3.13.RELEASE" level="project" />
  24. <orderEntry type="library" name="Maven: org.springframework:spring-expression:4.3.13.RELEASE" level="project" />
  25. <orderEntry type="library" name="Maven: io.github.openfeign:feign-core:9.5.0" level="project" />
  26. <orderEntry type="library" name="Maven: org.jvnet:animal-sniffer-annotation:1.0" level="project" />
  27. <orderEntry type="library" name="Maven: javax.servlet:javax.servlet-api:3.1.0" level="project" />
  28. <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" />
  29. <orderEntry type="module" module-name="common-exception" />
  30. </component>
  31. </module>