Browse Source

system.router / 后台启动错误bugfix

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

2
servo/src/main/resources/application-dev.yml

@ -7,7 +7,7 @@ mybatis:
interval: 1s interval: 1s
locations: locations:
- fileType: filesystem - fileType: filesystem
location: './yvan-lcc-bench/servo/src/main/java' location: './servo/src/main/java'
filter: '**/*.xml' filter: '**/*.xml'
#- fileType: jar #- fileType: jar
# location: 'classpath*:com/yvan/workbench/**/*.xml' # location: 'classpath*:com/yvan/workbench/**/*.xml'

Loading…
Cancel
Save