velocity.properties

来自「OpenMeetings是一款基于LGPL协议发布的多语言支持的开源网络视频会议」· PROPERTIES 代码 · 共 20 行

PROPERTIES
20
字号
## specify three resource loaders to use#resource.loader = file, class## for the loader we call 'file', set the FileResourceLoader as the# class to use, turn off caching#file.resource.loader.description = Velocity File Resource Loaderfile.resource.loader.class = org.apache.velocity.runtime.resource.loader.FileResourceLoaderfile.resource.loader.path = templatedirectory1file.resource.loader.cache = falsefile.resource.loader.modificationCheckInterval = 0##  for the loader we call 'class', use the ClasspathResourceLoader#class.resource.loader.description = Velocity Classpath Resource Loaderclass.resource.loader.class = org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader

⌨️ 快捷键说明

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