From 19b1d904b676d9372c74856a8ca258589e9720eb Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 19 Feb 2024 14:29:08 +0800 Subject: [PATCH] =?UTF-8?q?2024-02-19=20=E7=89=A9=E6=96=99=E4=BF=AE?= =?UTF-8?q?=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 18287c6b..61db66ec 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -43,4 +43,8 @@ spring: #文件的存放的路径 sys-file: - file-path: 'D:\plm-file'#不可以放入中文字符 \ No newline at end of file + file-path: 'D:\plm-file' #不可以放入中文字符 + +# ifs接口路径 +ifs-api: + api-url: 'http://192.168.1.184:8068' \ No newline at end of file