博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
最新SSM框架整合2019
阅读量:5236 次
发布时间:2019-06-14

本文共 8771 字,大约阅读时间需要 29 分钟。

我比较笨,这个框架整合给我搞得疲惫,还是思路不清晰,走着走着我就一片茫然

配置:

声明:

所有maven引入资源都从这里取得。

STEP1:

创建maven web项目:

STEP2:

创建好后,文件夹,package补全:

STEP3:

 使用servlet3,并修改web.xml头部信息

1   
2
3
4
javax.servlet
5
javax.servlet-api
6
3.1.0
7
provided
8
View Code
1 
2
5
6
index.jsp
7
8
View Code

 STEP4:

引入最新的spring版本;(5.1.9.RELEASE)

spring-context,spring-core,spring-beans,spring-web,spring-webmvc,spring-test,

STEP5:

创建几个spring配置文件,并配置其中一个

 

 

 

 添加一个测试:

 

 将配置文件加入web.xml

1 
2
5
6
index.jsp
7
8
9
dispatcherServletSpring
10
org.springframework.web.servlet.DispatcherServlet
11
12
contextConfigLocation
13
classpath:spring/spring-*.xml
14
15
16
17
dispatcherServletSpring
18
/
19
20
web.xml

结果:

 

 STEP6:

maven引入mysql-connector-java,spring-jdbc.

 

 书写jdbc.properties

1 jdbc.user=root2 jdbc.password=1234563 jdbc.driver=com.mysql.cj.jdbc.Driver4 jdbc.url=jdbc:mysql:///xyz?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT
jdbc.properties

引入c3p0,使用人数最多的,0.9.5.2,,,spring-tx,,

引入mybatis,mybatis-spring

 


 

已经验证可以用了,有点多,不想写了,这是链接:

1 链接:https://pan.baidu.com/s/1uv5ioiyLybu3tYlp5cEHKw 2 提取码:lt5u 3 复制这段内容后打开百度网盘手机App,操作更方便哦

一般入门问题都在这些包环境上,这是pom.xml,这一套可以通过测试;

1 
2
4
4.0.0
5 6
sadness.xyz
7
website01
8
1.0-SNAPSHOT
9
war
10 11
website01 Maven Webapp
12
13
http://www.example.com
14 15
16
UTF-8
17
1.8
18
1.8
19
20 21
22 23
24
25
log4j
26
log4j
27
1.2.17
28
29
30
31
org.slf4j
32
slf4j-log4j12
33
1.7.25
34
test
35
36
37
38
org.slf4j
39
slf4j-api
40
1.7.25
41
42
43
44
org.slf4j
45
slf4j-simple
46
1.7.25
47
test
48
49 50 51
52
53
com.fasterxml.jackson.core
54
jackson-databind
55
2.10.0.pr1
56
57
58
59
com.fasterxml.jackson.core
60
jackson-core
61
2.10.0.pr1
62
63
64
65
com.fasterxml.jackson.core
66
jackson-annotations
67
2.10.0.pr1
68
69 70 71
72
73
org.mybatis
74
mybatis
75
3.5.2
76
77
78
79
org.mybatis
80
mybatis-spring
81
2.0.2
82
83 84
85
86
com.mchange
87
c3p0
88
0.9.5.2
89
90
91
92
org.springframework
93
spring-tx
94
5.1.9.RELEASE
95
96 97
98
99
mysql
100
mysql-connector-java
101
8.0.17
102
103 104 105
106
107
org.springframework
108
spring-context
109
5.1.9.RELEASE
110
111
112
113
org.springframework
114
spring-core
115
5.1.9.RELEASE
116
117
118
119
org.springframework
120
spring-beans
121
5.1.9.RELEASE
122
123
124
125
org.springframework
126
spring-web
127
5.1.9.RELEASE
128
129
130
131
org.springframework
132
spring-webmvc
133
5.1.9.RELEASE
134
135
136
137
org.springframework
138
spring-test
139
5.1.9.RELEASE
140
test
141
142
143
144
org.springframework
145
spring-jdbc
146
5.1.9.RELEASE
147
148 149 150
151
152
153
javax.servlet
154
javax.servlet-api
155
3.1.0
156
provided
157
158 159
160
junit
161
junit
162
4.12
163
test
164
165
166 167
168
website01
169
170
171
172
maven-clean-plugin
173
3.1.0
174
175
176
177
maven-resources-plugin
178
3.0.2
179
180
181
maven-compiler-plugin
182
3.8.0
183
184
185
maven-surefire-plugin
186
2.22.1
187
188
189
maven-war-plugin
190
3.2.2
191
192
193
maven-install-plugin
194
2.5.2
195
196
197
maven-deploy-plugin
198
2.8.2
199
200
201
202
203

 

转载于:https://www.cnblogs.com/red-flag-dance/p/11441930.html

你可能感兴趣的文章
Noip2009提高组总结
查看>>
ResourceBundle使用
查看>>
embed
查看>>
8.8线段树和树状数组
查看>>
两种表复制语句
查看>>
C#图解教程读书笔记(第9章 语句)
查看>>
Django form模块使用心得
查看>>
【笔记】JS中的数组方法
查看>>
c# 协变和逆变的理解
查看>>
树莓派3下安装TL-WN722N无线网卡驱动
查看>>
餐点乐的项目进度11/28
查看>>
4、获取接口调用凭证
查看>>
ZigBee四种绑定 在TI Z-Stack和谈栈中应用
查看>>
Vos baskets Huarache Gripp Nike Air flow
查看>>
[Linux]Linux系统目录
查看>>
HDU3177 贪心
查看>>
『cdq分治和多维偏序问题』
查看>>
寒假练习 04
查看>>
CEF3开发者系列之外篇——IE中JS与C++交互
查看>>
sql小技巧
查看>>