| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="UTF-8"?>
- <module type="JAVA_MODULE" version="4">
- <component name="FacetManager">
- <facet type="web" name="Web">
- <configuration>
- <descriptors>
- <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/web/WEB-INF/web.xml" />
- </descriptors>
- <webroots>
- <root url="file://$MODULE_DIR$/web" relative="/" />
- </webroots>
- </configuration>
- </facet>
- <facet type="Spring" name="Spring">
- <configuration>
- <fileset id="fileset" name="Spring Application Context" removed="false" />
- </configuration>
- </facet>
- </component>
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
- </content>
- <orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="Spring-4.3.4.RELEASE" level="project" />
- <orderEntry type="library" name="Spring MVC-4.3.4.RELEASE" level="project" />
- <orderEntry type="library" name="jackson-databind-2.5.0" level="project" />
- <orderEntry type="library" name="commons-lang3-3.5" level="project" />
- <orderEntry type="library" name="druid-1.0.29" level="project" />
- <orderEntry type="library" name="sqljdbc4" level="project" />
- <orderEntry type="library" name="log4j-1.2.17" level="project" />
- <orderEntry type="library" name="jstl-1.2" level="project" />
- <orderEntry type="library" name="commons-logging-1.2" level="project" />
- <orderEntry type="library" name="fastjson-1.2.83" level="project" />
- <orderEntry type="library" name="tomcat 9.0.91" level="application" />
- </component>
- </module>
|