8000 升级MyBatis为3.3.0 · coderhxt/Mybatis-Spring@0354e13 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0354e13

Browse files
committed
升级MyBatis为3.3.0
1 parent 43af7aa commit 0354e13

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
#SSM集成的基础项目,项目使用Maven管理
22

3-
#MyBatis3.2.8
3+
#MyBatis3.3.0
44

5-
#Spring4.1.2.RELEASE
5+
#Spring[MVC]4.1.2.RELEASE
66

7-
项目使用Spring4.1.2.RELEASE+SpringMVC4.1.2.RELEASE+Mybatis3.2.8
7+
项目使用Spring4.1.2.RELEASE + SpringMVC4.1.2.RELEASE + Mybatis3.3.0
88

99
项目集成了Mybatis分页插件和通用Mapper插件
1010

11-
项目使用的hsqldb内存数据库,根据需要可以切换为其他支持的数据库
11+
项目使用的mysql数据库,根据需要可以切换为其他数据库
1212

1313
##MyBatis工具
14+
1415
###http://www.mybatis.tk
1516

1617
##推荐使用Mybatis通用Mapper3

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
8000
@@ -22,6 +22,7 @@
2222
<!-- 编译jdk版本 -->
2323
<jdk.version>1.6</jdk.version>
2424
<!-- 依赖版本 -->
25+
<mybatis.version>3.3.0</mybatis.version>
2526
<mapper.version>3.3.0</mapper.version>
2627
<pagehelper.version>4.0.3</pagehelper.version>
2728
<mysql.version>5.1.29</mysql.version>
@@ -166,7 +167,7 @@
166167
<dependency>
167168
<groupId>org.mybatis</groupId>
168169
<artifactId>mybatis</artifactId>
169-
<version>3.2.8</version>
170+
<version>${mybatis.version}</version>
170171
</dependency>
171172
<dependency>
172173
<groupId>org.mybatis</groupId>

0 commit comments

Comments
 (0)
0