升级SpringBoot到最新版本2.1.18

This commit is contained in:
RuoYi 2020-11-30 10:04:17 +08:00
parent 14640dfe6d
commit 90294931fc

View File

@ -15,7 +15,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.17.RELEASE</version> <version>2.1.18.RELEASE</version>
<relativePath /> <relativePath />
</parent> </parent>