spring-boot/spring-bootstrap
Dave Syer ef5c8aa304 [bs-115] Add EmbeddedServletContainerCustomizer as a callback
* All instances are called before the container is started in
 a bean post processor
* Users still have to be careful because the customizer is
called very early in the ApplicationContext lifecycle (e.g.
might have to do a lookup for some dependencies instead of
@Autowired)

[Fixes #49671463] User-hook for customizing embedded servlet container
2013-05-10 17:20:08 +01:00
..
src [bs-115] Add EmbeddedServletContainerCustomizer as a callback 2013-05-10 17:20:08 +01:00
pom.xml Use commons-logging for bootstrap dependencies 2013-05-08 13:37:23 -07:00