From 10df09b9bb98a749bce77e506d9e6b5af02a29b3 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Fri, 17 Oct 2025 17:40:46 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E6=96=B0=E5=A2=9E=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=BC=96=E7=A0=81=E9=83=A8=E9=97=A8=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E5=85=B3=E8=81=94=E7=AE=A1=E7=90=86=202.=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E7=BB=9F=E4=B8=80=E7=9A=84=20api=20=E5=AF=B9=E5=A4=96?= =?UTF-8?q?=E9=97=A8=E6=88=B7=E7=AE=A1=E7=90=86=203.=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E5=90=84=E4=B8=AA=E6=A8=A1=E5=9D=97=E7=9A=84=20api=20=E5=91=BD?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zt-module-bpm-server/src/main/resources/application.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zt-module-bpm-server/src/main/resources/application.yaml b/zt-module-bpm-server/src/main/resources/application.yaml index 07020c5..adfbf58 100644 --- a/zt-module-bpm-server/src/main/resources/application.yaml +++ b/zt-module-bpm-server/src/main/resources/application.yaml @@ -141,8 +141,8 @@ zt: exclude-urls: # 如下 url,仅仅是为了演示,去掉配置也没关系 - ${management.endpoints.web.base-path}/** # 不处理 Actuator 的请求 swagger: - title: 管理后台 - description: 提供管理员管理的所有功能 + title: 流程模块 + description: 提供流程模块功能 version: ${zt.info.version} tenant: # 多租户相关配置项 enable: true