public class ComponentScanningApplicationContextInitializer extends Object implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
Spring project-level components scanner. Resolves base package from the system property, so end-user doesn't have to create custom wiring code.
This class can will be removed after migration to Spring Boot 1.1.0 (see Spring-Boot-951).
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_PACKAGE_PROPERTY_KEY |
| Constructor and Description |
|---|
ComponentScanningApplicationContextInitializer() |
public static final String BASE_PACKAGE_PROPERTY_KEY
Copyright © 2011–2014 Red Hat. All rights reserved.