📄 webwork.properties
字号:
###### Webwork default properties (can be overridden by a webwork.properties file in the root of the classpath)###### This can be used to set your default locale and encoding schemewebwork.locale=zh_CNwebwork.i18n.encoding=GBK### Parser to handle HTTP POST requests, encoded using the MIME-type multipart/form-data#webwork.multipart.parser=cos#webwork.multipart.parser=jakartawebwork.multipart.parser=pell# uses javax.servlet.context.tempdir by defaultwebwork.multipart.saveDir=saveDir\templatewebwork.multipart.maxSize=20971520### Load custom property files (does not override webwork.properties!)#webwork.custom.properties=application,com/webwork/extension/custom# extension for actionswebwork.action.extension=action### Standard UI theme# Change this to reflect which path should be used for JSP control tag templates by defaultwebwork.ui.theme=simplewebwork.ui.templateDir=template### Configuration reloading# This will cause the configuration to reload xwork.xml when it is changedwebwork.configuration.xml.reload=true### Location of velocity.properties file. defaults to velocity.properties#webwork.velocity.configfile = velocity.properties### Comma separated list of VelocityContext classnames to chain to the WebWorkVelocityContext#webwork.velocity.contexts =# used to build URLs, such as the UrlTagwebwork.url.http.port = 80webwork.url.https.port = 443### Load custom default resource bundles#webwork.custom.i18n.resources=testmessages,testmessages2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -