📄 velocity.properties
字号:
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -