-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJavaSpring.iml
More file actions
37 lines (37 loc) · 2.13 KB
/
JavaSpring.iml
File metadata and controls
37 lines (37 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="Spring" name="Spring">
<configuration>
<fileset id="fileset" name="Spring Application Context" removed="false">
<file>file://$MODULE_DIR$/src/main/resources/spring-config-annotation.xml</file>
<file>file://$MODULE_DIR$/src/main/resources/spring-config-aop.xml</file>
<file>file://$MODULE_DIR$/src/main/resources/spring-config.xml</file>
<file>file://$MODULE_DIR$/src/main/java/com/www/course/c02/javaconfig/JavaConfig.java</file>
<file>file://$MODULE_DIR$/src/main/resources/spring-config-jdbc.xml</file>
<file>file://$MODULE_DIR$/src/main/resources/spring-config-mybatis.xml</file>
<file>file://$MODULE_DIR$/src/main/resources/spring-config-mybatisrelation.xml</file>
<file>file://$MODULE_DIR$/src/main/resources/spring-config-mybatis-dao.xml</file>
</fileset>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<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" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="spring4.3" level="project" />
<orderEntry type="library" name="commons-logging-1.2" level="project" />
<orderEntry type="library" name="aspectj-1.8" level="project" />
<orderEntry type="library" name="mysql-connector-java-5.1.41" level="project" />
<orderEntry type="library" name="mybatis-3.4" level="project" />
<orderEntry type="library" name="mybatis-3.4.5" level="project" />
<orderEntry type="library" name="mybatis-spring-1.3.1" level="project" />
</component>
</module>