From 7d9bee3baf34d626b7ac2b909de3f881a580753f Mon Sep 17 00:00:00 2001 From: luoyifan Date: Sat, 21 Jun 2025 11:36:49 +0800 Subject: [PATCH] =?UTF-8?q?system.router=20/=20=E5=90=8E=E5=8F=B0=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E9=94=99=E8=AF=AFbugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- servo/src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servo/src/main/resources/application-dev.yml b/servo/src/main/resources/application-dev.yml index 1197f6f..e763216 100644 --- a/servo/src/main/resources/application-dev.yml +++ b/servo/src/main/resources/application-dev.yml @@ -7,7 +7,7 @@ mybatis: interval: 1s locations: - fileType: filesystem - location: './yvan-lcc-bench/servo/src/main/java' + location: './servo/src/main/java' filter: '**/*.xml' #- fileType: jar # location: 'classpath*:com/yvan/workbench/**/*.xml'