velocity.properties 625 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
## VelocityConfig
input.encoding = UTF-8
output.encoding = UTF-8
contentType = text/html;charset=UTF-8
velocimacro.library=macro/macro.vm
velocimacro.library.autoreload=true
runtime.log.logsystem.class = org.apache.velocity.runtime.log.Log4JLogChute
userdirective=com.lyms.velocity.directive.BlockDirective,com.lyms.velocity.directive.OverrideDirective,com.lyms.velocity.directive.ExtendsDirective
#file.resource.loader.cache = true

resource.loader = webapp
webapp.resource.loader.class = org.apache.velocity.tools.view.WebappResourceLoader
webapp.resource.loader.path = /WEB-INF/views/
webapp.resource.loader.cache = false