velocity.properties
来自「velocity 的脚本语言的全部代码集合」· PROPERTIES 代码 · 共 13 行
PROPERTIES
13 行
#
# This is a simple example of a velocity properties file.
#
# Any property that is not listed here will have it's default
# value used. The default values are located in :
# * src/java/org/apache/velocity/runtime/default/velocity.defaults
# * http://jakarta.apache.org/velocity/developer-guide.html
#
# as an example, we are changing the name of the velocity log
#
runtime.log = velocity_example.log
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?