From 8aa17864c8d4d453248c613821a92cd23c1231d8 Mon Sep 17 00:00:00 2001 From: Wonder Date: Tue, 7 Oct 2025 02:37:51 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=BF=AE=E5=A4=8D=20Eureka?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-files/api-gateway.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config-files/api-gateway.yml b/config-files/api-gateway.yml index 4ef13a7..53043a2 100644 --- a/config-files/api-gateway.yml +++ b/config-files/api-gateway.yml @@ -27,10 +27,3 @@ spring: allowedOrigins: "*" allowedMethods: "*" allowedHeaders: "*" - # 服务发现配置 - discovery: - client: - simple: - instances: - eureka-server: - - uri: http://localhost:8761