Package org.springframework.boot.context.config

External configuration support allowing 'application.properties' to be loaded and used within a Spring Boot application.

See: Description

  • Class Summary 
    Class Description
    ConfigFileApplicationListener
    ApplicationListener that configures the context environment by loading properties from well known file locations.
    DelegatingApplicationContextInitializer
    ApplicationContextInitializer that delegates to other initializers that are specified under a context.initializer.classes environment property.
    DelegatingApplicationListener
    ApplicationListener that delegates to other listeners that are specified under a context.listener.classes environment property.
    RandomValuePropertySource
    PropertySource that returns a random value for any property that starts with "random.".

Package org.springframework.boot.context.config Description

External configuration support allowing 'application.properties' to be loaded and used within a Spring Boot application.
See Also:
ConfigFileApplicationListener

Copyright © 2015 Pivotal Software, Inc.. All rights reserved.