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'