From aed0e43ff4eb2cdb5fa81b6b9b16d8d2b723c02e Mon Sep 17 00:00:00 2001
From: liuyu <yu.liu@cqgbkj.com>
Date: 星期四, 17 九月 2026 10:57:49 +0800
Subject: [PATCH] feat: 新增 jnpf-tms 业务微服务骨架
---
config/shared/router.yaml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/config/shared/router.yaml b/config/shared/router.yaml
index 37f956a..ae7af95 100644
--- a/config/shared/router.yaml
+++ b/config/shared/router.yaml
@@ -63,6 +63,13 @@
- Path=/api/dms/**
filters:
- StripPrefix=2
+ # TMS 涓氬姟鏈嶅姟
+ - id: jnpf-tms
+ uri: lb://jnpf-tms
+ predicates:
+ - Path=/api/tms/**
+ filters:
+ - StripPrefix=2
# 鎶ヨ〃鏈嶅姟
- id: jnpf-datareport
uri: lb://jnpf-datareport
--
Gitblit v1.8.0