You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
3.5 KiB
52 lines
3.5 KiB
6 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
|
||
|
<component name="FacetManager">
|
||
|
<facet type="Spring" name="Spring">
|
||
|
<configuration />
|
||
|
</facet>
|
||
|
<facet type="web" name="Web">
|
||
|
<configuration>
|
||
|
<descriptors>
|
||
|
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/src/main/webapp/WEB-INF/web.xml" />
|
||
|
</descriptors>
|
||
|
<webroots>
|
||
|
<root url="file://$MODULE_DIR$/src/main/webapp" relative="/" />
|
||
|
</webroots>
|
||
|
</configuration>
|
||
|
</facet>
|
||
|
</component>
|
||
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
|
||
|
<output url="file://$MODULE_DIR$/target/classes" />
|
||
|
<output-test url="file://$MODULE_DIR$/target/test-classes" />
|
||
|
<content url="file://$MODULE_DIR$">
|
||
|
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
||
|
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
||
|
<excludeFolder url="file://$MODULE_DIR$/target" />
|
||
|
</content>
|
||
|
<orderEntry type="inheritedJdk" />
|
||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||
|
<orderEntry type="library" name="Maven: com.alibaba:fastjson:1.2.44" level="project" />
|
||
|
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.2" level="project" />
|
||
|
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:3.8.1" level="project" />
|
||
|
<orderEntry type="library" name="Maven: mysql:mysql-connector-java:5.1.46" level="project" />
|
||
|
<orderEntry type="library" name="Maven: org.mybatis.generator:mybatis-generator-core:1.3.5" level="project" />
|
||
|
<orderEntry type="library" name="Maven: org.springframework:spring-core:4.3.10.RELEASE" level="project" />
|
||
|
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
|
||
|
<orderEntry type="library" name="Maven: org.springframework:spring-beans:4.3.10.RELEASE" level="project" />
|
||
|
<orderEntry type="library" name="Maven: org.springframework:spring-context:4.3.10.RELEASE" level="project" />
|
||
|
<orderEntry type="library" name="Maven: org.springframework:spring-aop:4.3.10.RELEASE" level="project" />
|
||
|
<orderEntry type="library" name="Maven: org.springframework:spring-expression:4.3.10.RELEASE" level="project" />
|
||
|
<orderEntry type="library" name="Maven: org.springframework:spring-jdbc:4.3.10.RELEASE" level="project" />
|
||
|
<orderEntry type="library" name="Maven: org.springframework:spring-tx:4.3.10.RELEASE" level="project" />
|
||
|
<orderEntry type="library" name="Maven: org.springframework:spring-web:4.3.10.RELEASE" level="project" />
|
||
|
<orderEntry type="library" name="Maven: org.springframework:spring-webmvc:4.3.10.RELEASE" level="project" />
|
||
|
<orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:4.3.10.RELEASE" level="project" />
|
||
|
<orderEntry type="library" name="Maven: org.mybatis:mybatis:3.4.2" level="project" />
|
||
|
<orderEntry type="library" name="Maven: org.mybatis:mybatis-spring:1.3.1" level="project" />
|
||
|
<orderEntry type="library" name="Maven: c3p0:c3p0:0.9.1.2" level="project" />
|
||
|
<orderEntry type="library" name="Maven: commons-dbcp:commons-dbcp:1.4" level="project" />
|
||
|
<orderEntry type="library" name="Maven: commons-pool:commons-pool:1.5.4" level="project" />
|
||
|
<orderEntry type="library" scope="PROVIDED" name="Maven: javax.servlet:javax.servlet-api:3.1.0" level="project" />
|
||
|
<orderEntry type="library" name="Maven: javax.servlet:jstl:1.2" level="project" />
|
||
|
</component>
|
||
|
</module>
|