velocity.properties

来自「Struts Menu这是为基于JSP和Struts的应用程序提供的Web菜单框」· PROPERTIES 代码 · 共 29 行

PROPERTIES
29
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?