From b021f4175c672b6a64b5e65d477c877f0855b2a4 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 13 五月 2024 08:49:16 +0800
Subject: [PATCH] 卧式理片笼对接改造已基本完成:部分逻辑暂未校验:超过阈值

---
 hangzhoumesParent/gateway/src/main/resources/application.yml |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/hangzhoumesParent/gateway/src/main/resources/application.yml b/hangzhoumesParent/gateway/src/main/resources/application.yml
index 1452d31..f8655cf 100644
--- a/hangzhoumesParent/gateway/src/main/resources/application.yml
+++ b/hangzhoumesParent/gateway/src/main/resources/application.yml
@@ -1,12 +1,10 @@
 server:
   port: 88
 spring:
+  profiles:
+    active: prod
   application:
     name: gateway
-  cloud:
-    nacos:
-      discovery:
-        server-addr: 10.153.19.150:8848
     gateway:
       discovery:
         locator:

--
Gitblit v1.8.0