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
bef080c6
Commit
bef080c6
authored
Apr 18, 2021
by
RuoYi
Browse files
升级mybatis到最新版3.5.6 阻止远程代码执行漏洞
parent
de73cf30
Changes
1
Show whitespace changes
Inline
Side-by-side
pom.xml
View file @
bef080c6
...
...
@@ -22,6 +22,7 @@
<bitwalker.version>
1.21
</bitwalker.version>
<swagger.version>
2.9.2
</swagger.version>
<kaptcha.version>
2.3.2
</kaptcha.version>
<mybatis-spring-boot.version>
2.1.4
</mybatis-spring-boot.version>
<pagehelper.boot.version>
1.3.0
</pagehelper.boot.version>
<fastjson.version>
1.2.75
</fastjson.version>
<oshi.version>
5.6.0
</oshi.version>
...
...
@@ -61,6 +62,13 @@
<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