From 3157459877f5607b428db8e9bc9307c6405b6522 Mon Sep 17 00:00:00 2001 From: wangzhijiang <1358525938@qq.com> Date: Tue, 12 Mar 2024 11:18:20 +0800 Subject: [PATCH] =?UTF-8?q?application-prod.yml:=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-prod.yml | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/byd-structuredplugins-serve/laws-single-startup/src/main/resources/application-prod.yml b/byd-structuredplugins-serve/laws-single-startup/src/main/resources/application-prod.yml index 4efa8ef..039bc39 100644 --- a/byd-structuredplugins-serve/laws-single-startup/src/main/resources/application-prod.yml +++ b/byd-structuredplugins-serve/laws-single-startup/src/main/resources/application-prod.yml @@ -7,7 +7,7 @@ server: include-stacktrace: ALWAYS include-message: ALWAYS servlet: - context-path: /laws-sinotruk + context-path: /byd-structuredplugins-serve compression: enabled: true min-response-size: 1024 @@ -205,7 +205,7 @@ jero: backUrl: http://localhost:3000 backUrlPhone: http://localhost:3000 #拆分图片展示地址 - splitUrl: http://srms.sinotruk.com/laws-sinotruk/sys/split/file/getImage?fileName= + splitUrl: http://srms.sinotruk.com/byd-structuredplugins-serve/sys/split/file/getImage?fileName= path: #文件上传根目录 设置 upload: /app/opt/upFiles @@ -247,7 +247,7 @@ jero: minio_url: http://grp-minio.yf-grp:9000 minio_name: root minio_pass: Grp2kvs@!dd - bucketName: laws-sinotruk + bucketName: byd-laws #大屏报表参数设置 jmreport: mode: dev @@ -350,7 +350,7 @@ justauth: file: # 在线编辑文件下载映射地址 - downloadUrl: http://localhost:8184/laws-sinotruk/file/ + downloadUrl: http://localhost:8184/byd-structuredplugins-serve/file/ split: path: D://opt//onlyOffice//file//splitImage// # 在线编辑空白docx地址 @@ -450,4 +450,19 @@ watermark: # 页边距 margin: top: 100 - left: 60 \ No newline at end of file + left: 60 + +# 特殊公式处理服务URL +mathToImg: + url: http://127.0.0.1:9998/mathToImg +# onlyOffice在线编辑页Url +onlyOffice: + editorUrl: http://39.98.140.126:8999/editor? + previewUrl: http://39.98.140.126:8889/onlyOffice? + +# 与比亚迪对接,调用的URL地址 +byd: + uploadFileUrl: http://127.0.0.1:9998/ipd-files/file/v1/upload + saveBaseLineDocIdUrl: http://127.0.0.1:9998/api/qbp/organization/saveBaseLineDocId + splitResultUrl: http://127.0.0.1:9998/api/qbp/library/structured + downLoadFileUrl: http://127.0.0.1:9998/ipd-files/file/downLoad