mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Comments out defaults which are already defined in Java classes
This commit is contained in:
@@ -135,7 +135,7 @@ struts.devMode = false
|
||||
|
||||
### when set to true, resource bundles will be reloaded on _every_ request.
|
||||
### this is good during development, but should never be used in production
|
||||
struts.i18n.reload=false
|
||||
### struts.i18n.reload=false
|
||||
|
||||
### Standard UI theme
|
||||
### Change this to reflect which path should be used for JSP control tag templates by default
|
||||
@@ -148,7 +148,7 @@ struts.ui.templateSuffix=ftl
|
||||
|
||||
### Configuration reloading
|
||||
### This will cause the configuration to reload struts.xml when it is changed
|
||||
struts.configuration.xml.reload=false
|
||||
### struts.configuration.xml.reload=false
|
||||
|
||||
### Location of velocity.properties file. defaults to velocity.properties
|
||||
struts.velocity.configfile = velocity.properties
|
||||
@@ -179,7 +179,7 @@ struts.dispatcher.parametersWorkaround = false
|
||||
|
||||
### Enables caching of FreeMarker templates
|
||||
### Has the same effect as copying the templates under WEB_APP/templates
|
||||
struts.freemarker.templatesCache=false
|
||||
### struts.freemarker.templatesCache=false
|
||||
|
||||
### Enables caching of models on the BeanWrapper
|
||||
struts.freemarker.beanwrapperCache=false
|
||||
|
||||
Reference in New Issue
Block a user