spring-boot/spring-boot-autoconfigure
Phillip Webb 8628adcb74 Order EmbeddedServletContainerCustomizers
Add Ordered interface to all EmbeddedServletContainerCustomizers with
a value of 0. Prior to this commit it was difficult for a user to
define a customizer that would be applied before ours, even if they
implemented Ordered or added @Order annotations.

Fixes gh-2123
2014-12-22 22:04:08 -08:00
..
src Order EmbeddedServletContainerCustomizers 2014-12-22 22:04:08 -08:00
.gitignore Restore test classes 2014-06-01 13:11:25 +01:00
pom.xml Auto-configure for Thymeleaf conditionalcomments 2014-12-17 16:23:28 -08:00