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