Class | Description |
---|---|
AutoConfigurationUtils |
Convenience class for storing base packages during component scan, for reference later
(e.g.
|
MessageSourceAutoConfiguration |
Auto-configuration for MessageSource . |
PropertyPlaceholderAutoConfiguration |
Auto-configuration for
PropertySourcesPlaceholderConfigurer . |
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.
|
Copyright © 2013. All rights reserved.