From 06b182905fcb8ea1931f8a6dd69fd6ef2d4928b8 Mon Sep 17 00:00:00 2001 From: shiyunteng <shiyunteng@example.com> Date: 星期五, 28 三月 2025 15:52:18 +0800 Subject: [PATCH] 合同明细中序列号唯一性判断 台账中业务判断 --- platformx-boot/src/main/resources/application.yml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/platformx-boot/src/main/resources/application.yml b/platformx-boot/src/main/resources/application.yml index fc91368..91a918f 100644 --- a/platformx-boot/src/main/resources/application.yml +++ b/platformx-boot/src/main/resources/application.yml @@ -2,6 +2,8 @@ port: 8888 # 椤圭洰绔彛 servlet: context-path: /device # 椤圭洰璁块棶璺緞 +servers: + main-url: http://127.0.0.1:9999/admin spring: application: -- Gitblit v1.9.1