File tree 10 files changed +14
-1
lines changed
10 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 18
18
<configuration >
19
19
<datasource-map >
20
20
<unit-entry name =" hibernate.cfg.xml" value =" ee9b99bb-5fa8-444e-ab7a-e408d5576e54" />
21
+ <unit-entry name =" main:resources:hibernate.cfg.xml" />
21
22
</datasource-map >
22
23
<naming-strategy-map >
23
24
<unit-entry name =" hibernate.cfg.xml" />
24
25
</naming-strategy-map >
25
26
<deploymentDescriptor name =" hibernate.cfg.xml" url =" file://$MODULE_DIR$/src/main/resources/hibernate.cfg.xml" />
26
27
</configuration >
27
28
</facet >
29
+ <facet type =" Spring" name =" Spring" >
30
+ <configuration />
31
+ </facet >
28
32
</component >
29
- <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_7" inherit-compiler-output = " false " >
33
+ <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_7" >
30
34
<output url =" file://$MODULE_DIR$/target/classes" />
31
35
<output-test url =" file://$MODULE_DIR$/target/test-classes" />
32
36
<content url =" file://$MODULE_DIR$" >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <beans xmlns =" http://www.springframework.org/schema/beans"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" >
5
+
6
+
7
+
8
+ </beans >
Original file line number Diff line number Diff line change 5
5
version =" 3.1" >
6
6
7
7
8
+
8
9
<servlet >
9
10
<servlet-name >mainServlet</servlet-name >
10
11
<servlet-class >main.java.action.PageInfoServlet</servlet-class >
You can’t perform that action at this time.
0 commit comments