Commit 7e47364f by 许雪里 Committed by GitHub

Merge pull request #1344 from zhipingwu/bugfix-load-on-start-up-20191208

修复bug: 管理器端第一次应该立即加载dispatcher,避免启动后第一次register导致timeout
parents 4a960152 72346138
...@@ -8,6 +8,7 @@ management.health.mail.enabled=false ...@@ -8,6 +8,7 @@ management.health.mail.enabled=false
### resources ### resources
spring.mvc.static-path-pattern=/static/** spring.mvc.static-path-pattern=/static/**
spring.mvc.servlet.load-on-startup=0
spring.resources.static-locations=classpath:/static/ spring.resources.static-locations=classpath:/static/
### freemarker ### freemarker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment