Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
565cbb8c
Commit
565cbb8c
authored
Dec 13, 2022
by
RuoYi
Browse files
升级pagehelper到最新版1.4.6
parent
b2cf9499
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
565cbb8c
...
...
@@ -22,8 +22,7 @@
<bitwalker.version>
1.21
</bitwalker.version>
<swagger.version>
3.0.0
</swagger.version>
<kaptcha.version>
2.3.3
</kaptcha.version>
<mybatis-spring-boot.version>
2.2.2
</mybatis-spring-boot.version>
<pagehelper.boot.version>
1.4.5
</pagehelper.boot.version>
<pagehelper.boot.version>
1.4.6
</pagehelper.boot.version>
<fastjson.version>
2.0.20
</fastjson.version>
<oshi.version>
6.4.0
</oshi.version>
<commons.io.version>
2.11.0
</commons.io.version>
...
...
@@ -61,13 +60,6 @@
<version>
${bitwalker.version}
</version>
</dependency>
<!-- SpringBoot集成mybatis框架 -->
<dependency>
<groupId>
org.mybatis.spring.boot
</groupId>
<artifactId>
mybatis-spring-boot-starter
</artifactId>
<version>
${mybatis-spring-boot.version}
</version>
</dependency>
<!-- pagehelper 分页插件 -->
<dependency>
<groupId>
com.github.pagehelper
</groupId>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment