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 业务微服务骨架
---
start-all.ps1 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/start-all.ps1 b/start-all.ps1
index 048e6f9..e67b948 100644
--- a/start-all.ps1
+++ b/start-all.ps1
@@ -57,6 +57,7 @@
[PSCustomObject]@{ Name = 'jnpf-eln'; Jar = "jnpf-eln/jnpf-eln-server/target/jnpf-eln-$($Script:Version).jar"; Port = 30013 }
[PSCustomObject]@{ Name = 'jnpf-lims'; Jar = "jnpf-lims/jnpf-lims-server/target/jnpf-lims-$($Script:Version).jar"; Port = 30019 }
[PSCustomObject]@{ Name = 'jnpf-dms'; Jar = "jnpf-dms/jnpf-dms-server/target/jnpf-dms-$($Script:Version).jar"; Port = 30016 }
+ [PSCustomObject]@{ Name = 'jnpf-tms'; Jar = "jnpf-tms/jnpf-tms-server/target/jnpf-tms-$($Script:Version).jar"; Port = 30017 }
)
$Script:TargetServices = @()
@@ -778,7 +779,7 @@
switch ($Name) {
'jnpf-platform' { return 1 }
'jnpf-biz-common' { return 2 }
- { $_ -in 'jnpf-lims', 'jnpf-dms' } { return 3 }
+ { $_ -in 'jnpf-lims', 'jnpf-dms', 'jnpf-tms' } { return 3 }
default { return 4 }
}
}
@@ -883,7 +884,7 @@
--build, -b 鍚姩鍓嶅厛缂栬瘧椤圭洰
鏈嶅姟鍚嶏紙鍙�夛紝鐪佺暐 = 鍏ㄩ儴锛�:
- jnpf-gateway jnpf-platform jnpf-biz-common jnpf-eln jnpf-lims jnpf-dms
+ jnpf-gateway jnpf-platform jnpf-biz-common jnpf-eln jnpf-lims jnpf-dms jnpf-tms
娉細jnpf-biz-common(30015) 鍚璁¤兘鍔涖��
鍙捣 jnpf-lims 鑰屼笉璧峰畠锛屽璁′簨浠朵細鎶曢�掑け璐ュ苟钀� spool銆�
--
Gitblit v1.8.0