@Configuration public class BroadleafCommonConfig extends Object
| Constructor and Description |
|---|
BroadleafCommonConfig() |
| Modifier and Type | Method and Description |
|---|---|
static FrameworkCommonPropertySource |
blCommonProperties() |
static ProfileAwarePropertySource |
blDefaultRuntimeProperties() |
org.springframework.orm.jpa.JpaVendorAdapter |
blJpaVendorAdapter()
Other enterprise/mulititenant modules override this adapter to provide one that supports dynamic filtration
|
static ProfileAwarePropertiesBeanFactoryPostProcessor |
blPropertiesPostProcessor() |
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer |
blPropertyPlaceholderConfigurer()
Used in order to hydrate beans that have @Value annotations on their properties.
|
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer blPropertyPlaceholderConfigurer()
@Bean public static ProfileAwarePropertiesBeanFactoryPostProcessor blPropertiesPostProcessor()
@Bean public static FrameworkCommonPropertySource blCommonProperties()
@Bean public static ProfileAwarePropertySource blDefaultRuntimeProperties()
@Bean @ConditionalOnMissingBean(name="blJpaVendorAdapter") public org.springframework.orm.jpa.JpaVendorAdapter blJpaVendorAdapter()
Copyright © 2017. All rights reserved.