bump springboot version to 2.1.18 and ignore springframework version config

This commit is contained in:
zengqiao
2022-01-17 21:18:06 +08:00
parent f3f0432c65
commit 71c52e6dd7
9 changed files with 3 additions and 22 deletions

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.1.RELEASE</version> <!-- 莫要修改该版本, 否则可能会导致自自定义的schedule不生效 -->
<version>2.1.18.RELEASE</version> <!-- 莫要修改该版本, 否则可能会导致自自定义的schedule不生效 -->
<!--<relativePath/>-->
</parent>