spring-boot/spring-boot-tests
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
..
spring-boot-deployment-tests Update container versions used in deployment integration tests 2020-09-07 16:43:27 +01:00
spring-boot-integration-tests Merge branch '2.3.x' 2020-09-01 11:32:00 +02:00
spring-boot-smoke-tests Stop registering the default servlet by default 2020-09-29 11:52:19 +01:00