博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
远古框架-SSH maven配置 (包含gson)
阅读量:5320 次
发布时间:2019-06-14

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

Spring3.2.17+Struts2.3.15+Hibernate3.6.10

1 
2
5
4.0.0
6 7
com.foxy
8
MeetingManager
9
1.0-SNAPSHOT
10 11 12
13
UTF-8
14
1.8
15
1.8
16
17
2.3.15
18
3.2.17.RELEASE
19
3.6.10.Final
20
21 22
23
24
junit
25
junit
26
3.8.1
27
test
28
29 30
31
32
org.springframework
33
spring-core
34
${spring.version}
35
36
37
38
org.springframework
39
spring-web
40
${spring.version}
41
42
43
44
org.springframework
45
spring-orm
46
${spring.version}
47
48
49
50
org.apache.struts
51
struts2-core
52
${struts.version}
53
54
55
56
org.apache.struts
57
struts2-spring-plugin
58
${struts.version}
59
60
61
62
org.hibernate
63
hibernate-core
64
${hibernate.version}
65
66
67
68
mysql
69
mysql-connector-java
70
5.1.42
71
72
73
74
com.mchange
75
c3p0
76
0.9.5
77
78
79
80
org.aspectj
81
aspectjweaver
82
1.8.10
83
84
85
86
org.slf4j
87
slf4j-log4j12
88
1.7.25
89
90 91
92
commons-dbcp
93
commons-dbcp
94
1.4
95
96
97
commons-pool
98
commons-pool
99
1.6
100
101
102
org.apache.taglibs
103
taglibs-standard-spec
104
1.2.5
105
106
107
org.apache.taglibs
108
taglibs-standard-impl
109
1.2.5
110
111
112
113
com.google.code.gson
114
gson
115
2.8.5
116
117
118
119
org.apache.struts
120
struts2-json-plugin
121
2.3.15
122
123
124
mysql
125
mysql-connector-java
126
8.0.11
127
128
129
130
net.sf.json-lib
131
json-lib
132
2.3
133
134
135 136 137
138
MrManager
139
140
141
142
maven-clean-plugin
143
3.1.0
144
145
146
147
maven-resources-plugin
148
3.0.2
149
150
151
maven-compiler-plugin
152
3.8.0
153
154
155
maven-surefire-plugin
156
2.22.1
157
158
159
maven-war-plugin
160
3.2.2
161
162
163
maven-install-plugin
164
2.5.2
165
166
167
maven-deploy-plugin
168
2.8.2
169
170
171
172
173

 

转载于:https://www.cnblogs.com/SaltyFishQF/p/10335711.html

你可能感兴趣的文章
变量提升
查看>>
jquery-jqzoom 插件 用例
查看>>
查看oracle数据库的连接数以及用户
查看>>
三.野指针和free
查看>>
python tkinter GUI绘制,以及点击更新显示图片
查看>>
Spring面试题
查看>>
C语言栈的实现
查看>>
SRM 628 DIV2
查看>>
2018-2019-2 20165314『网络对抗技术』Exp5:MSF基础应用
查看>>
SecureCRT的使用方法和技巧(详细使用教程)
查看>>
自建数据源(RSO2)、及数据源增强
查看>>
2018icpc徐州OnlineA Hard to prepare
查看>>
使用命令创建数据库和表
查看>>
linux下Rtree的安装
查看>>
【转】redo与undo
查看>>
安卓当中的线程和每秒刷一次
查看>>
wpf样式绑定 行为绑定 事件关联 路由事件实例
查看>>
TCL:表格(xls)中写入数据
查看>>
Oracle事务
查看>>
String类中的equals方法总结(转载)
查看>>