From 24b1ee88564b8167a630be6d00e0d42b060bed58 Mon Sep 17 00:00:00 2001 From: dongruihua Date: Fri, 4 Nov 2022 10:56:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-pre.properties | 3 +++ .../src/main/resources/application-pro.properties | 3 +++ 2 files changed, 6 insertions(+) diff --git a/servers/boe-server-all/src/main/resources/application-pre.properties b/servers/boe-server-all/src/main/resources/application-pre.properties index 10748ce3..c8a115bf 100644 --- a/servers/boe-server-all/src/main/resources/application-pre.properties +++ b/servers/boe-server-all/src/main/resources/application-pre.properties @@ -29,6 +29,9 @@ xboe.upload.file.temp_path=/tmp xboe.upload.file.save_path=/home/www/elearning/upload xboe.upload.file.http_path=https://u.boe.com/upload +## 外部接口调用地址 旧系统机构及用户数据接口 +xboe.externalinterface.url.system=http://127.0.0.1:9091 + ## 新增加的教师的内部调用接口 xboe.old.base.url=https://u.boe.com diff --git a/servers/boe-server-all/src/main/resources/application-pro.properties b/servers/boe-server-all/src/main/resources/application-pro.properties index 10748ce3..c8a115bf 100644 --- a/servers/boe-server-all/src/main/resources/application-pro.properties +++ b/servers/boe-server-all/src/main/resources/application-pro.properties @@ -29,6 +29,9 @@ xboe.upload.file.temp_path=/tmp xboe.upload.file.save_path=/home/www/elearning/upload xboe.upload.file.http_path=https://u.boe.com/upload +## 外部接口调用地址 旧系统机构及用户数据接口 +xboe.externalinterface.url.system=http://127.0.0.1:9091 + ## 新增加的教师的内部调用接口 xboe.old.base.url=https://u.boe.com