chore: 优化spring对应maven插件版本

This commit is contained in:
fit2cloud-chenyw 2024-05-24 18:03:18 +08:00
parent 38369fb648
commit 6f1934b6cc

View File

@ -14,7 +14,8 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>${spring-boot.version}</version>
<version>3.3.0</version>
<relativePath />
</parent>
<properties>