webwork.properties

来自「spring2.0宝典」· PROPERTIES 代码 · 共 23 行

PROPERTIES
23
字号
### These can be used to set the default HTTP and HTTPS  ports
webwork.url.http.port = 80
#webwork.url.https.port = 443

### This can be used to set your locale and encoding scheme
webwork.custom.i18n.resources=ApplicationResources
webwork.locale=zh_CN
webwork.i18n.encoding=GB2312

### Parser to handle HTTP POST requests, encoded using the MIME-type multipart/form-data
#webwork.multipart.parser=cos
#webwork.multipart.parser=pell
#webwork.multipart.parser=jakarta

# uses javax.servlet.context.tempdir by default
webwork.multipart.parser=com.opensymphony.webwork.dispatcher.multipart.PellMultiPartRequest
#webwork.multipart.saveDir=tmp
webwork.multipart.saveDir=/tmp
webwork.multipart.maxSize=512000000
webwork.configuration.xml.reload=true


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?