From eb0e1f5cc324a6bf90ce39dcf999ca2c7c21b763 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期四, 13 三月 2025 08:42:53 +0800
Subject: [PATCH] 1、卧式理片笼按时间 设备号 查询生产情况
---
hangzhoumesParent/gateway/src/main/resources/application.yml | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/hangzhoumesParent/gateway/src/main/resources/application.yml b/hangzhoumesParent/gateway/src/main/resources/application.yml
index 93b9826..6cecd95 100644
--- a/hangzhoumesParent/gateway/src/main/resources/application.yml
+++ b/hangzhoumesParent/gateway/src/main/resources/application.yml
@@ -6,7 +6,7 @@
cloud:
nacos:
discovery:
- server-addr: 10.153.19.150:8848
+ server-addr: 127.0.0.1:8848
gateway:
discovery:
locator:
@@ -47,7 +47,6 @@
filters:
- StripPrefix=2
-
- id: glassStorage
uri: lb://glassStorage
predicates:
@@ -55,6 +54,13 @@
filters:
- StripPrefix=2
+ - id: hollowGlass
+ uri: lb://hollowGlass
+ predicates:
+ - Path=/api/hollowGlass/**
+ filters:
+ - StripPrefix=2
+
# - id: unLoadGlass
# uri: lb://unLoadGlass
# predicates:
--
Gitblit v1.8.0