From 03d04e1ce2450abe0dfde59bd3a226593ce64386 Mon Sep 17 00:00:00 2001 From: liaozhiyong Date: Tue, 15 Aug 2023 16:26:02 +0800 Subject: [PATCH] =?UTF-8?q?[modify]1.=E6=9B=B4=E6=96=B0dubbo=E9=85=8D?= =?UTF-8?q?=E7=BD=AEpath=E5=B1=9E=E6=80=A7=E5=8F=82=E6=95=B0=EF=BC=8C?= =?UTF-8?q?=E4=BF=9D=E8=AF=81=E9=A1=B9=E7=9B=AE=E6=AD=A3=E5=B8=B8=E5=90=AF?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 88fa7cfc..f0b80f0f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -51,6 +51,9 @@ custom: methodSignList: - com/dr/code/diff/service/CodeDiffService#getDiffCode#DiffMethodParams - com/dr/code/diff/analyze/bean/ClassInfo#getSuperClassName# + dubbo: + xml: + path: '' server: port: 8085 servlet: -- Gitee