Uses of Interface
org.springframework.boot.SpringApplicationInitializer

Packages that use SpringApplicationInitializer
org.springframework.boot.context.initializer   
org.springframework.boot.liquibase   
 

Uses of SpringApplicationInitializer in org.springframework.boot.context.initializer
 

Classes in org.springframework.boot.context.initializer that implement SpringApplicationInitializer
 class ConfigFileApplicationContextInitializer
          ApplicationContextInitializer that configures the context environment by loading properties from well known file locations.
 class LoggingApplicationContextInitializer
          An ApplicationContextInitializer that configures a logging framework depending on what it finds on the classpath and in the Environment.
 

Uses of SpringApplicationInitializer in org.springframework.boot.liquibase
 

Classes in org.springframework.boot.liquibase that implement SpringApplicationInitializer
 class LiquibaseServiceLocatorInitializer
          SpringApplicationInitializer that replaces the liquibase ServiceLocator with a version that works with Spring Boot executable archives.
 



Copyright © 2013. All Rights Reserved.