From 29ab7773efe351a879ce9b3c29ab3ca50f4e62cb Mon Sep 17 00:00:00 2001 From: xiejun <xiejun@vci-tech.com> Date: 星期三, 15 一月 2025 21:36:08 +0800 Subject: [PATCH] 产品型号集成,类型转换,人员组织加日志,申请接口引用码段值校验 --- Source/UBCS/ubcs-service/ubcs-code/src/main/resources/application-prod.yml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/application-prod.yml b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/application-prod.yml index 9a28d28..27b2fa9 100644 --- a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/application-prod.yml +++ b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/application-prod.yml @@ -1,6 +1,6 @@ #鏈嶅姟鍣ㄧ鍙� server: - port: 36014 + port: 8109 tomcat: uri-encoding: UTF-8 servlet: @@ -22,3 +22,9 @@ configuration: map-underscore-to-camel-case: false call-setters-on-nulls: true + # 杩囨护鍣ㄨ缃� + mvc: + interceptor: + enabled: true + include-path-patterns: /universalInterface + #exclude-path-patterns: /exclude-path-pattern -- Gitblit v1.9.3