From 7234613892309cdb35caa132526ad8e995d80584 Mon Sep 17 00:00:00 2001 From: wuzhiping Date: Sun, 8 Dec 2019 12:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug:=20=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=99=A8=E7=AB=AF=E7=AC=AC=E4=B8=80=E6=AC=A1=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E7=AB=8B=E5=8D=B3=E5=8A=A0=E8=BD=BDdispatcher,=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E5=90=AF=E5=8A=A8=E5=90=8E=E7=AC=AC=E4=B8=80=E6=AC=A1?= =?UTF-8?q?register=E5=AF=BC=E8=87=B4timeout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xxl-job-admin/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/xxl-job-admin/src/main/resources/application.properties b/xxl-job-admin/src/main/resources/application.properties index 65dde25e..f90e75b2 100644 --- a/xxl-job-admin/src/main/resources/application.properties +++ b/xxl-job-admin/src/main/resources/application.properties @@ -8,6 +8,7 @@ management.health.mail.enabled=false ### resources spring.mvc.static-path-pattern=/static/** +spring.mvc.servlet.load-on-startup=0 spring.resources.static-locations=classpath:/static/ ### freemarker