Skip to content

Commit 282a349

Browse files
committed
readme
1 parent 1cfbec0 commit 282a349

File tree

10 files changed

+14
-1
lines changed

10 files changed

+14
-1
lines changed

Coder BBS.iml

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,19 @@
1818
<configuration>
1919
<datasource-map>
2020
<unit-entry name="hibernate.cfg.xml" value="ee9b99bb-5fa8-444e-ab7a-e408d5576e54" />
21+
<unit-entry name="main:resources:hibernate.cfg.xml" />
2122
</datasource-map>
2223
<naming-strategy-map>
2324
<unit-entry name="hibernate.cfg.xml" />
2425
</naming-strategy-map>
2526
<deploymentDescriptor name="hibernate.cfg.xml" url="file://$MODULE_DIR$/src/main/resources/hibernate.cfg.xml" />
2627
</configuration>
2728
</facet>
29+
<facet type="Spring" name="Spring">
30+
<configuration />
31+
</facet>
2832
</component>
29-
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="false">
33+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
3034
<output url="file://$MODULE_DIR$/target/classes" />
3135
<output-test url="file://$MODULE_DIR$/target/test-classes" />
3236
<content url="file://$MODULE_DIR$">

img/1.png

53.9 KB
Loading

img/2.png

71.8 KB
Loading

img/3.png

68.4 KB
Loading

img/4.png

68.2 KB
Loading

img/5.png

6.24 KB
Loading

img/6.png

10.5 KB
Loading

img/7.png

9.97 KB
Loading

web/WEB-INF/dispatcher-servlet.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>

web/WEB-INF/web.xml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
version="3.1">
66

77

8+
89
<servlet>
910
<servlet-name>mainServlet</servlet-name>
1011
<servlet-class>main.java.action.PageInfoServlet</servlet-class>

0 commit comments

Comments
 (0)