소스 검색

修复bug: 管理器端第一次应该立即加载dispatcher,避免启动后第一次register导致timeout

wuzhiping 5 년 전
부모
커밋
7234613892
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      xxl-job-admin/src/main/resources/application.properties

+ 1 - 0
xxl-job-admin/src/main/resources/application.properties 파일 보기

@@ -8,6 +8,7 @@ management.health.mail.enabled=false
8 8
 
9 9
 ### resources
10 10
 spring.mvc.static-path-pattern=/static/**
11
+spring.mvc.servlet.load-on-startup=0
11 12
 spring.resources.static-locations=classpath:/static/
12 13
 
13 14
 ### freemarker