chore: 升级 SpringBoot 版本至 3.3.1

This commit is contained in:
Ray.Hao
2024-06-28 17:58:12 +08:00
parent eeb8d4cf3b
commit 3c4376a50f

View File

@@ -12,7 +12,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>3.3.0</version> <!-- lookup parent from repository --> <version>3.3.1</version> <!-- lookup parent from repository -->
<relativePath/> <relativePath/>
</parent> </parent>