webwork.properties

来自「2005年出版之《Beginning Java Server Pages》亚马逊」· PROPERTIES 代码 · 共 27 行

PROPERTIES
27
字号
# WebWork configuration
# See webwork/default.properties for full list of properties that
# can be configured here
webwork.action.packages=skeleton.action, webwork.action.standard

# XML action configurations
webwork.configuration.xml=

# override default log4j config
# you can use .properties or .xml
# if you want to use default set property to null by an empty =
#webwork.log4j.configfile=log4j.properties
webwork.log4j.configfile=

# Velocity settings
# See the Velocity project (http://jakarta.apache.org/velocity/) for
# more info on what settings are available
# Also see webwork/default.properties in WebWork if you want
# to see what defaults have been set.

# Set this to your own source directory during development.
# This allows you to edit the pages while the server is running without loosing
# the changes when you re-deploy the application.
file.resource.loader.path = /


⌨️ 快捷键说明

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