-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathideaSpring.xml
More file actions
23 lines (23 loc) · 787 Bytes
/
Copy pathideaSpring.xml
File metadata and controls
23 lines (23 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<component name="FacetManager">
<facet type="Spring" name="Spring">
<configuration>
<fileset id="Grails" name="Grails" removed="false">
<file>file://$MODULE_DIR$/web-app/WEB-INF/applicationContext.xml</file>
</fileset>
</configuration>
</facet>
<facet type="web" name="GrailsWeb">
<configuration>
<webroots>
<root url="file://$MODULE_DIR$/web-app" relative="/"/>
<root url="file://$MODULE_DIR$/grails-app/views" relative="/"/>
</webroots>
<sourceRoots/>
</configuration>
</facet>
<facet type="hibernate" name="Hibernate">
<configuration>
<datasource-map/>
</configuration>
</facet>
</component>