• Andy Wilkinson's avatar
    Allow custom builder to be used in SpringBootServletInitializer · 597e1c3c
    Andy Wilkinson authored
    Previously, to use a custom SpringApplicationBuilder subclass in
    SpringBootServletInitializer, it was necessary to either override
    createRootApplicationContext or configure and duplicate the logic
    that configures the builder with initializers, the context class, etc.
    
    This commit introduces a new method, createSpringApplicationBuilder,
    that can be overridden to use a custom builder without having to
    duplicate any configuration logic.
    
    Closes gh-2694
    597e1c3c
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...