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

修复bug: 管理器端第一次应该立即加载dispatcher,避免启动后第一次register导致timeout
2.1.2
许雪里 5 years ago committed by GitHub
commit 7e47364f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save