config.feilong-velocity-StringResourceLoader.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=string
cache=true
#此处string.resource 的 string 字眼是上面的string
string.resource.loader.class=org.apache.velocity.runtime.resource.loader.StringResourceLoader
string.resource.loader.cache=true
#Key to determine whether the repository should be set as the static one or not.
string.resource.loader.repository.static=false
string.resource.loader.modificationCheckInterval=-1
output.encoding=UTF-8
input.encoding=UTF-8