📄 velocity.properties
字号:
# specify resource loaders to useresource.loader = class, webapp# NOTE: Leave cache set to false while developing - change to true when deploying to production.# for the loader we call 'class', use the ClasspathResourceLoaderclass.resource.loader.description = Velocity Classpath Resource Loaderclass.resource.loader.class = org.apache.velocity.runtime.resource.loader.ClasspathResourceLoaderclass.resource.loader.cache = falseclass.resource.loader.modificationCheckInterval = 60# for the loader we call 'webapp', use the WebappLoaderwebapp.resource.loader.description = Velocity Webapp Loaderwebapp.resource.loader.class = org.apache.velocity.tools.view.servlet.WebappLoaderwebapp.resource.loader.cache = falsewebapp.resource.loader.modificationCheckInterval = 60# log invalid template references?# set this to false to have a quieter velocity.logruntime.log.invalid.reference=false# velocimacro settingsvelocimacro.library = globalMacros.vmvelocimacro.library.autoreload = truevelocimacro.permissions.allow.inline.to.replace.global = true# load the local directiveuserdirective=net.sf.navigator.displayer.LocalDirective
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -