We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cb4cd commit cd18b9bCopy full SHA for cd18b9b
README.md
@@ -1,12 +1,16 @@
1
#SSM集成的基础项目,项目使用Maven管理
2
3
-项目使用Spring3.2.12+SpringMVC3.2.12+Mybatis3.2.8
+#MyBatis3.2.8
4
+
5
+#Spring4.1.2.RELEASE
6
7
+项目使用Spring4.1.2.RELEASE+SpringMVC4.1.2.RELEASE+Mybatis3.2.8
8
9
项目集成了Mybatis分页插件和通用Mapper插件
10
11
项目使用的hsqldb内存数据库,根据需要可以切换为其他支持的数据库
12
-##推荐使用Mybatis通用Mapper
13
+##推荐使用Mybatis通用Mapper3
14
15
项目地址:https://github.com/abel533/Mapper
16
@@ -18,7 +22,6 @@ Mybatis分页插件github的项目地址:https://github.com/pagehelper/Mybatis
18
22
19
23
分页插件文档地址:http://git.oschina.net/free/Mybatis_PageHelper/wikis/home
20
24
21
-
25
##其他相关信息
26
27
Mybatis项目:https://github.com/mybatis/mybatis-3
0 commit comments