File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
14
<targetProject >${basedir}/src/main/java</targetProject >
15
15
<!-- 依赖版本 -->
16
- <mybatis .version>3.3.0 </mybatis .version>
17
- <mapper .version>3.3.9 </mapper .version>
18
- <pagehelper .version>5.0.0 </pagehelper .version>
16
+ <mybatis .version>3.4.6 </mybatis .version>
17
+ <mapper .version>4.0.3 </mapper .version>
18
+ <pagehelper .version>5.1.4 </pagehelper .version>
19
19
<spring .version>3.2.12.RELEASE</spring .version>
20
20
</properties >
21
21
162
162
<dependency >
163
163
<groupId >org.mybatis</groupId >
164
164
<artifactId >mybatis-spring</artifactId >
165
- <version >1.2 .2</version >
165
+ <version >1.3 .2</version >
166
166
</dependency >
167
167
<dependency >
168
168
<groupId >com.github.jsqlparser</groupId >
You can’t perform that action at this time.
0 commit comments