spring-boot/spring-bootstrap-actuator/src
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
..
main [bs-115] Add EmbeddedServletContainerCustomizer as a callback 2013-05-10 17:20:08 +01:00
test/java/org/springframework/bootstrap/actuate More fixes for @Configuration processing 2013-05-10 15:52:53 +01:00