Browse Source

fix(config): update file paths and improve UI labels for clarity

master
修宁 6 months ago
parent
commit
d3b43e3f38
  1. 2
      servo/src/main/resources/application-dev.yml

2
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'

Loading…
Cancel
Save