-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCloudSystem.iml
executable file
·29 lines (29 loc) · 1.04 KB
/
CloudSystem.iml
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
<?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="jpa" name="JPA">
<configuration>
<setting name="validation-enabled" value="true" />
<datasource-mapping>
<factory-entry name="Entities" />
</datasource-mapping>
<naming-strategy-map />
</configuration>
</facet>
<facet type="Spring" name="Spring">
<configuration>
<fileset id="fileset" name="Beans" removed="false">
<file>file://$MODULE_DIR$/src/main/resources/spring/beans.xml</file>
<file>file://$MODULE_DIR$/src/main/resources/spring/springmvc.xml</file>
</fileset>
</configuration>
</facet>
<facet type="web" name="Web">
<configuration>
<webroots>
<root url="file://$MODULE_DIR$/src/main/webapp" relative="/" />
</webroots>
</configuration>
</facet>
</component>
</module>