spring-boot/spring-boot-autoconfigure
Dave Syer 0af9d2022a Allow user to supply servlets and filters and still get default DispatcherServlet
Instead of not installing one at all if there is any ServletContextInitializer,
Spring Boot will now install a DispatcherServlet if context does not contain one
already with the magic name "dispatcherServlet".

[Fixes #54674870] [bs-277]
2013-08-12 10:32:49 +01:00
..
src Allow user to supply servlets and filters and still get default DispatcherServlet 2013-08-12 10:32:49 +01:00
pom.xml Rework POM structure 2013-08-02 21:58:24 -07:00
README.md Documentation 2013-08-05 22:36:22 -07:00

Spring Boot - AutoConfigure

We are currently still working on documentation for Spring Boot. Please check back in the future.