# Conflicts:
#	pom.xml
#	yudao-dependencies/pom.xml
pull/205/MERGE
YunaiV 2025-08-20 22:16:34 +08:00
commit c87fe17ee6
2 changed files with 169 additions and 166 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>

View File

@ -5,7 +5,8 @@ spring:
profiles:
active: local
codec:
http:
codecs:
max-in-memory-size: 10MB # 调整缓冲区大小https://gitee.com/zhijiantianya/yudao-cloud/pulls/176
# Jackson 配置项
@ -27,6 +28,8 @@ spring:
cloud:
# Spring Cloud Gateway 配置项,对应 GatewayProperties 类
gateway:
server:
webflux:
# 路由配置项,对应 RouteDefinition 数组
routes:
## system-server 服务