| Package | Description |
|---|---|
| org.broadleafcommerce.common.config | |
| org.broadleafcommerce.common.encryption |
| Class and Description |
|---|
| FrameworkCommonPropertySource
A holder for common.properties location.
|
| ProfileAwarePropertiesBeanFactoryPostProcessor
Adds beans of type
FrameworkCommonPropertySource and ProfileAwarePropertySource to the current environment. |
| ProfileAwarePropertySource
Holder for a folder of properties resources comprised of something like the following on the classpath:
classpath:/runtime-properties/
common.properties
common-shared.properties
[profile].properties
[profile]-shared.properties
|
| RuntimeEnvironmentKeyResolver
Deprecated.
Instead of using anything around the -Druntime-environment values, you should be using Spring profiles
and properties activated with that via
ProfileAwarePropertiesBeanFactoryPostProcessor. |
| Class and Description |
|---|
| RuntimeEnvironmentKeyResolver
Deprecated.
Instead of using anything around the -Druntime-environment values, you should be using Spring profiles
and properties activated with that via
ProfileAwarePropertiesBeanFactoryPostProcessor. |
Copyright © 2017. All rights reserved.