spring-boot/spring-boot-project/spring-boot-devtools/src
Andy Wilkinson a19a565410 Stop registering the default servlet by default
Previously, the default servlet was registered automatically when using
embedded Jetty, Tomcat, or Undertow. However, it is not used by the
majority of applications where Spring MVC's DispatcherServlet will be
the only servlet that's needed. As such configuring the default servlet
was wasting CPU and memory.

This commit changes the default for registering the default servlet to
false. It can be re-enabled by setting
server.servlet.register-default-servlet=true.

Closes gh-22915
2020-09-29 11:52:19 +01:00
..
intTest/java Increase wait times in DevToolsIntegrationTests 2020-08-25 16:50:56 +01:00
main Make file detection more resilient across restarts 2020-08-31 13:44:43 -07:00
test Stop registering the default servlet by default 2020-09-29 11:52:19 +01:00