Uses of Package
org.broadleafcommerce.common.config
Packages that use org.broadleafcommerce.common.config
-
Classes in org.broadleafcommerce.common.config used by org.broadleafcommerce.common.configClassDescriptionThis class is specifically used as a temporary workaround for
ConditionalOnAdminandConditionalOnNotAdminto allow them to work correctly when using application servers such as JBoss.Created as a common class for adding property sources to the SpringEnvironment.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.propertiesA holder for a folder containing acommon.propertiesfile to be added to the SpringEnvironmentin a programmatic way without Spring Boot and with very specific ordering semantics.