feat:【framework 框架】spring cloud 2025 升级,支持 spring boot 3.5.4

This commit is contained in:
YunaiV
2025-08-20 22:16:04 +08:00
parent fceaa7ae00
commit 63b4b52613
4 changed files with 188 additions and 173 deletions

View File

@@ -32,7 +32,7 @@
<!-- Gateway 网关相关 -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-gateway</artifactId>
<artifactId>spring-cloud-starter-gateway-server-webflux</artifactId>
</dependency>
<dependency>