webwork.properties

来自「一种快速开发的Java Web架构,doc里有详细的设计文档和开发文档。」· PROPERTIES 代码 · 共 19 行

PROPERTIES
19
字号
# extension for actions
webwork.action.extension=do

webwork.devMode=false

# spring integration
#webwork.objectFactory=spring
#webwork.objectFactory.spring.autoWire=type

### Configuration reloading
# This will cause the configuration to reload xwork.xml when it is changed
webwork.configuration.xml.reload=true

### Load custom default resource bundles
webwork.custom.i18n.resources=messageResources

### character encoding
webwork.i18n.encoding=GBK

⌨️ 快捷键说明

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