Class SystemPropertiesServiceImpl

java.lang.Object
org.broadleafcommerce.common.config.service.SystemPropertiesServiceImpl
All Implemented Interfaces:
SystemPropertiesService

@Service("blSystemPropertiesService") public class SystemPropertiesServiceImpl extends Object implements SystemPropertiesService
Service that retrieves property settings from the database. If not set in the DB then returns the value from property files.
Author:
bpolster