config.feilong-velocity-ClasspathResourceLoader.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of feilong Show documentation
Show all versions of feilong Show documentation
feilong is a suite of core and expanded libraries that include utility classes, http, excel,cvs, io classes, and much much more.
# This file must contain only ISO 8859-1 characters.
# See https://docs.oracle.com/javase/1.5.0/docs/api/java/util/Properties.html#load(java.io.InputStream)
resource.loader=class
cache=true
#此处class.resource 的 class 字眼是上面的class
class.resource.loader.class=org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
class.resource.loader.cache=true
class.resource.loader.modificationCheckInterval=-1
#userdirective=com.feilong.tools.velocity.directive.Concat
#velocimacro.library=lib/macro.vm
output.encoding=UTF-8
input.encoding=UTF-8