From d3b43e3f38da0c93f1f0900b71e349807967de26 Mon Sep 17 00:00:00 2001 From: luoyifan Date: Sat, 21 Jun 2025 17:15:32 +0800 Subject: [PATCH] fix(config): update file paths and improve UI labels for clarity --- 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'