| Interface and Description |
|---|
| org.broadleafcommerce.common.config.RuntimeEnvironmentKeyResolver
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 |
|---|
| org.broadleafcommerce.common.config.RuntimeEnvironmentPropertiesConfigurer
Instead of using anything around the -Druntime-environment values, you should be using Spring profiles
and properties activated with that via
ProfileAwarePropertiesBeanFactoryPostProcessor. |
| org.broadleafcommerce.common.config.RuntimeEnvironmentPropertiesManager
Instead of using anything around the -Druntime-environment values, you should be using Spring profiles
and properties activated with that via
ProfileAwarePropertiesBeanFactoryPostProcessor. |
| org.broadleafcommerce.common.config.SystemPropertyRuntimeEnvironmentKeyResolver
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.