Browse Source
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-2694pull/3022/head
2 changed files with 49 additions and 1 deletions
Loading…
Reference in new issue