config.bc.common.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of broadleaf-common Show documentation
Show all versions of broadleaf-common Show documentation
A collection of classes shared by broadleaf profile, cms, admin, and core.
query.cacheable=org.hibernate.cacheable
#turn on BLC detection support for corrupt primary key generation configuration
detect.sequence.generator.inconsistencies=true
#turn on auto correction of corrupt primary key generation configuration
auto.correct.sequence.generator.inconsistencies=false
#qualify unqualified table name with this schema name when performing sequence generator inconsistency detection
default.schema.sequence.generator=
#make any RollbackHandler instances registered with the ActivityStateManager rollback automatically on a workflow error
workflow.auto.rollback.on.error=true
messages.useCodeAsDefaultMessage=true
messages.cacheSeconds=-1
i18n.translation.enabled=true
# In non development environments, we should aggressively cache page templates.
cache.page.templates=true
# The time to live for page templates defaults to 1 day
cache.page.templates.ttl=86400000
# If the request starts with this path prefix, it will
# be used by the StatelessSessionFilter to prevent out of box filters from creating sessions
stateless.request.path=/api
bundle.enabled=true
minify.enabled=true
minify.linebreak=-1
minify.munge=true
minify.verbose=false
minify.preserveAllSemiColons=true
minify.disableOptimizations=false
© 2015 - 2024 Weber Informatics LLC | Privacy Policy