File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
#SSM集成的基础项目,项目使用Maven管理
2
2
3
- #MyBatis3.2.8
3
+ #MyBatis3.3.0
4
4
5
- #Spring4 .1.2.RELEASE
5
+ #Spring [ MVC ] 4 .1.2.RELEASE
6
6
7
- 项目使用Spring4.1.2.RELEASE+ SpringMVC4.1.2.RELEASE+ Mybatis3.2.8
7
+ 项目使用Spring4.1.2.RELEASE + SpringMVC4.1.2.RELEASE + Mybatis3.3.0
8
8
9
9
项目集成了Mybatis分页插件和通用Mapper插件
10
10
11
- 项目使用的hsqldb内存数据库,根据需要可以切换为其他支持的数据库
11
+ 项目使用的mysql数据库,根据需要可以切换为其他数据库
12
12
13
13
##MyBatis工具
14
+
14
15
###http://www.mybatis.tk
15
16
16
17
##推荐使用Mybatis通用Mapper3
Original file line number Diff line number Diff line change 22
22
<!-- 编译jdk版本 -->
23
23
<jdk .version>1.6</jdk .version>
24
24
<!-- 依赖版本 -->
25
+ <mybatis .version>3.3.0</mybatis .version>
25
26
<mapper .version>3.3.0</mapper .version>
26
27
<pagehelper .version>4.0.3</pagehelper .version>
27
28
<mysql .version>5.1.29</mysql .version>
166
167
<dependency >
167
168
<groupId >org.mybatis</groupId >
168
169
<artifactId >mybatis</artifactId >
169
- <version >3.2.8 </version >
170
+ <version >${mybatis.version} </version >
170
171
</dependency >
171
172
<dependency >
172
173
<groupId >org.mybatis</groupId >
You can’t perform that action at this time.
0 commit comments