See: Description
Class | Description |
---|---|
AutoConfigurationPackages |
Class for storing auto-configuration packages for reference later (e.g.
|
MessageSourceAutoConfiguration | |
MessageSourceAutoConfiguration.ResourceBundleCondition | |
PropertyPlaceholderAutoConfiguration |
Annotation Type | Description |
---|---|
AutoConfigureAfter |
Hint for that an
auto-configuration should be applied
after other specified auto-configuration classes. |
AutoConfigureBefore |
Hint for that an
auto-configuration should be applied
before other specified auto-configuration classes. |
EnableAutoConfiguration |
Enable auto-configuration of the Spring Application Context, attempting to guess and
configure beans that you are likely to need.
|
SpringBootApplication |
Indicates a
configuration class that declares one or more
@Bean methods and also triggers auto-configuration and component scanning . |
EnableAutoConfiguration
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.