velocity.properties

来自「一个webwork+spring+ibatis的小例子」· PROPERTIES 代码 · 共 17 行

PROPERTIES
17
字号
#default charset
input.encoding=UTF-8
output.encoding=UTF-8
default.contentType=text/html; charset=UTF-8

# Velocity Macro libraries.  The webwork.vm comes standard with webwork. 
velocimacro.library = webwork.vm,config/macro/hodeSysBean.vm,config/macro/hodeSysHTMLUI.vm,config/macro/hodeSysUI.vm
#hode.vm,
# Default name of the loop counter
# variable reference.
directive.foreach.counter.name = velocityCount
 
# Default starting value of the loop
# counter variable reference.
directive.foreach.counter.initial.value = 1

⌨️ 快捷键说明

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